Skip to content

Commit

Permalink
molSys: Added a new function for reading in the box dimenions from an…
Browse files Browse the repository at this point in the history
… input line, for saving the box lengths at each step
  • Loading branch information
amritagos committed Nov 5, 2018
1 parent 5939401 commit 3620b20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions molecular_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ class CMolecularSystem {
// function
void readParticleFile(int );

// Reads in the box dimensions from the lammps trajectory
double getBoxLength(std::string );

};

#endif

0 comments on commit 3620b20

Please sign in to comment.