# | Line 8 | Line 8 | |
---|---|---|
8 | #include <cmath> | |
9 | // for abs() below | |
10 | ||
11 | < | using namespace oopse; |
11 | > | using namespace OpenMD; |
12 | using namespace std; | |
13 | ||
14 | namespace JAMA | |
# | 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; |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Author Id Revision Date |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |