ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/io/RestReader.hpp
(Generate patch)

Comparing trunk/src/io/RestReader.hpp (file contents):
Revision 1973 by gezelter, Thu Mar 6 19:34:22 2014 UTC vs.
Revision 2070 by gezelter, Sat Mar 7 16:59:57 2015 UTC

# Line 61 | Line 61 | namespace OpenMD {
61    public:
62      RestReader(SimInfo* info, const std::string &filename,
63                             std::vector<int> stuntDoubleIndex)
64 <      : info_(info), filename_(filename), stuntDoubleIndex_(stuntDoubleIndex) {
64 >      : info_(info), stuntDoubleIndex_(stuntDoubleIndex), filename_(filename) {
65   #ifdef IS_MPI
66        
67        if (worldRank == 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines