Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Potentials/Specifics/ConstantPotential.cpp

    re1fe7e r7d320c  
    6363    ;
    6464const std::string ConstantPotential::potential_token("constant");
    65 Coordinator::ptr ConstantPotential::coordinator(new OneBody_Constant());
     65Coordinator::ptr ConstantPotential::coordinator(Memory::ignore(new OneBody_Constant()));
    6666
    6767ConstantPotential::ConstantPotential() :
Note: See TracChangeset for help on using the changeset viewer.