Commit 2e65af36 authored by Davis King's avatar Davis King

minor cleanup

parent bc6b0bdf
...@@ -162,7 +162,7 @@ namespace dlib ...@@ -162,7 +162,7 @@ namespace dlib
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
struct potts_grid_problem class potts_grid_problem
{ {
/*! /*!
WHAT THIS OBJECT REPRESENTS WHAT THIS OBJECT REPRESENTS
...@@ -181,6 +181,8 @@ namespace dlib ...@@ -181,6 +181,8 @@ namespace dlib
"wraps" around at the borders. "wraps" around at the borders.
!*/ !*/
public:
// This typedef should be for a type like int or double. It // This typedef should be for a type like int or double. It
// must also be capable of representing signed values. // must also be capable of representing signed values.
typedef an_integer_or_real_type value_type; typedef an_integer_or_real_type value_type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment