- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Potentials/Specifics/ConstantPotential.cpp
re1fe7e r7d320c 63 63 ; 64 64 const std::string ConstantPotential::potential_token("constant"); 65 Coordinator::ptr ConstantPotential::coordinator( new OneBody_Constant());65 Coordinator::ptr ConstantPotential::coordinator(Memory::ignore(new OneBody_Constant())); 66 66 67 67 ConstantPotential::ConstantPotential() :
Note:
See TracChangeset
for help on using the changeset viewer.