--- trunk/src/math/Eigenvalue.hpp 2009/08/13 21:21:51 1358 +++ trunk/src/math/Eigenvalue.hpp 2013/06/16 15:15:42 1879 @@ -8,7 +8,7 @@ #include // for abs() below -using namespace oopse; +using namespace OpenMD; using namespace std; namespace JAMA @@ -957,7 +957,7 @@ namespace JAMA /** Return the imaginary parts of the eigenvalues in parameter e_. - @pararm e_: new matrix with imaginary parts of the eigenvalues. + @param e_: new matrix with imaginary parts of the eigenvalues. */ void getImagEigenvalues (DynamicVector &e_) { e_ = e;