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

This commit is contained in:
sjplimp
2014-10-07 20:30:25 +00:00
parent 3c0612815f
commit 044084847b
33 changed files with 2284 additions and 2595 deletions

View File

@ -1,3 +1,5 @@
/// -*- c++ -*-
#ifndef COLVARBIAS_META_H
#define COLVARBIAS_META_H
@ -224,7 +226,7 @@ protected:
std::ofstream replica_hills_os;
/// Position within replica_hills_file (when reading it)
size_t replica_hills_file_pos;
int replica_hills_file_pos;
};
@ -417,9 +419,3 @@ public:
#endif
// Emacs
// Local Variables:
// mode: C++
// End: