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

Comparing branches/development/src/math/Eigenvalue.hpp (file contents):
Revision 1465 by chuckv, Fri Jul 9 23:08:25 2010 UTC vs.
Revision 1808 by gezelter, Mon Oct 22 20:42:10 2012 UTC

# Line 957 | Line 957 | namespace JAMA
957      /** Return the imaginary parts of the eigenvalues
958          in parameter e_.
959          
960 <        @pararm e_: new matrix with imaginary parts of the eigenvalues.
960 >        @param e_: new matrix with imaginary parts of the eigenvalues.
961      */
962      void getImagEigenvalues (DynamicVector<Real> &e_) {
963        e_ = e;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines