Skip to content

Commit

Permalink
Removed Math class reference in doc to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 21, 2012
1 parent f9ca4a4 commit 2a89ec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/structure/StateModel.h
Expand Up @@ -150,7 +150,7 @@ class CStateModel : public CSGObject
* which may not. The elements of the vector returned can take one
* out of two values:
*
* - -CMath::INFTY if the state is not allowed to be a start state
* - -INFTY if the state is not allowed to be a start state
* - 0 otherwise
*
* The distrubtion of start states m_p must be initialized in the
Expand All @@ -167,7 +167,7 @@ class CStateModel : public CSGObject
* which may not. The elements of the vector returned can take one
* out of two values:
*
* - -CMath::INFTY if the state is not allowed to be a stop state
* - -INFTY if the state is not allowed to be a stop state
* - 0 otherwise
*
* The distrubtion of stop states m_q must be initialized in the
Expand Down

0 comments on commit 2a89ec1

Please sign in to comment.