# | Line 120 | Line 120 | namespace oopse { | |
---|---|---|
120 | Xi(4,4) = XirrB; | |
121 | Xi(5,5) = XirrA; | |
122 | ||
123 | < | const RealType convertConstant = 1.439326479e4; // converts Poise angstroms |
124 | < | // to kcal fs mol^-1 Angstrom^-1 |
125 | < | |
126 | < | Xi *= convertConstant; |
123 | > | Xi *= OOPSEConstant::viscoConvert; |
124 | ||
125 | XiCopy = Xi; | |
126 | invertMatrix(XiCopy, D); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |