libqueso / queso

QUESO is a C++ library for doing uncertainty quantification. QUESO stands for Quantification of Uncertainty for Estimation, Simulation and Optimization.
Other
58 stars 39 forks source link

Fix documentation in `GslVector::norm2Sq()` #311

Closed dmcdougall closed 9 years ago

dmcdougall commented 9 years ago

Documentation says it returns the square root of the 2-norm. The code says it returns the square of the 2-norm.

The norm2() method has consistent (and correct) code and documentation.

dmcdougall commented 9 years ago

@tnportone This would make a good first pull request.

dmcdougall commented 9 years ago

Sorry, GitHub can't seem to find the right assignee.

dmcdougall commented 9 years ago

Fixed in #315.