Skip to content

Commit

Permalink
add comment about ignoring the idx
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf committed Sep 3, 2013
1 parent e23afd3 commit 8402a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/mathematics/logdet/NormalSampler.h
Expand Up @@ -34,7 +34,7 @@ class CNormalSampler : public CTraceSampler
virtual ~CNormalSampler();

/** method that generates the samples
* @param idx the index
* @param idx the index (this is effectively ignored)
* @return the sample vector
*/
virtual SGVector<float64_t> sample(index_t idx) const;
Expand Down

0 comments on commit 8402a3e

Please sign in to comment.