- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/FourBodyPotential_Improper.cpp
r7d320c r94453f1 49 49 ; 50 50 const std::string FourBodyPotential_Improper::improper_token("improper"); 51 Coordinator::ptr FourBodyPotential_Improper::coordinator( Memory::ignore(new FourBody_ImproperAngle()));51 Coordinator::ptr FourBodyPotential_Improper::coordinator(new FourBody_ImproperAngle()); 52 52 53 53 FourBodyPotential_Improper::FourBodyPotential_Improper() :
Note:
See TracChangeset
for help on using the changeset viewer.