Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecules.hpp

    r89c8b2 rf7f7a4  
    182182  double MinimiseConstrainedPotential(ofstream *out, atom **&permutation, int startstep, int endstep, bool IsAngstroem);
    183183  void EvaluateConstrainedForces(ofstream *out, int startstep, int endstep, atom **PermutationMap, ForceMatrix *Force);
    184   bool LinearInterpolationBetweenConfiguration(ofstream *out, int startstep, int endstep, const char *prefix, config &configuration);
     184  bool LinearInterpolationBetweenConfiguration(ofstream *out, int startstep, int endstep, const char *prefix, config &configuration, bool MapByIdentity);
    185185       
    186186  bool CheckBounds(const Vector *x) const;
     
    207207
    208208  molecule *CopyMolecule();
    209   molecule* CopyMoleculeFromSubRegion(Vector offset, double *parallelepiped);
    210209
    211210  /// Fragment molecule by two different approaches:
Note: See TracChangeset for help on using the changeset viewer.