git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8996 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-10-23 16:57:29 +00:00
parent c524604ec7
commit fdce177203
8 changed files with 263 additions and 310 deletions

View File

@ -370,6 +370,9 @@ public:
/// Write the collective variable to a restart file
std::ostream & write_restart (std::ostream &os);
/// Write output files (if defined, e.g. in analysis mode)
void write_output_files();
protected:
@ -478,7 +481,6 @@ public:
class selfcoordnum;
class h_bond;
class rmsd;
class logmsd;
class orientation_angle;
class tilt;
class spin_angle;