ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/DynamicRectMatrix.hpp
(Generate patch)

Comparing branches/development/src/math/DynamicRectMatrix.hpp (file contents):
Revision 1807 by gezelter, Fri Jul 6 22:01:58 2012 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# Line 233 | Line 233 | namespace OpenMD {
233      /**
234       * Tests if this matrix is identical to matrix m
235       * @return true if this matrix is equal to the matrix m, return false otherwise
236 <     * @m matrix to be compared
236 >     * @param m matrix to be compared
237       *
238       * @todo replace operator == by template function equal
239       */
# Line 250 | Line 250 | namespace OpenMD {
250      /**
251       * Tests if this matrix is not equal to matrix m
252       * @return true if this matrix is not equal to the matrix m, return false otherwise
253 <     * @m matrix to be compared
253 >     * @param m matrix to be compared
254       */
255      bool operator !=(const DynamicRectMatrix<Real> m) {
256        return !(*this == m);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines