Skip to content

Commit

Permalink
comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Dec 28, 2011
1 parent c7a7d8f commit 708d544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/base/ParameterMap.h
Expand Up @@ -69,10 +69,10 @@ class SGParamInfo
/** operator for comparison, true iff all attributes are equal */
bool operator==(const SGParamInfo& other) const;

/** operator for comparison (by string m_name, if equal by param_version) */
/** operator for comparison (by string m_name, if equal by others) */
bool operator<(const SGParamInfo& other) const;

/** operator for comparison (by string m_name, if equal by param_version) */
/** operator for comparison (by string m_name, if equal by others) */
bool operator>(const SGParamInfo& other) const;

private:
Expand Down

0 comments on commit 708d544

Please sign in to comment.