Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_trajectoryparticle.hpp

    rb453f9 raafd77  
    2020#include <fstream>
    2121
     22#include <gsl/gsl_inline.h>
    2223#include <gsl/gsl_randist.h>
    2324
     
    5051  void ResizeTrajectory(int MaxSteps);
    5152  void CopyStepOnStep(int dest, int src);
    52   void VelocityVerletUpdate(int MDSteps, config *configuration, ForceMatrix *Force);
     53  void VelocityVerletUpdate(int MDSteps, config *configuration, ForceMatrix *Force, const size_t offset);
    5354  void SumUpKineticEnergy( int Step, double *TotalMass, Vector *TotalVelocity ) const;
    5455
Note: See TracChangeset for help on using the changeset viewer.