Skip to content

Commit

Permalink
Merge pull request #443 from vigsterkr/master
Browse files Browse the repository at this point in the history
Fix doxygen comment for PNorm
  • Loading branch information
Soeren Sonnenburg committed Apr 12, 2012
2 parents 2d7f35d + 9af8f41 commit 87b031d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shogun/preprocessor/PNorm.h
Expand Up @@ -65,12 +65,12 @@ class CPNorm : public CSimplePreprocessor<float64_t>

/**
* Set norm
* @param p norm value
* @param pnorm norm value
*/
void set_pnorm (double pnorm);

/**
* Get norm
* Get norm value
* @return norm
*/
double get_pnorm () const;
Expand Down

0 comments on commit 87b031d

Please sign in to comment.