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 1879 by gezelter, Sun Jun 16 15:15:42 2013 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) {
# Line 123 | Line 123 | namespace OpenMD {
123      std::istream* inFile_;
124      std::string filename_;
125  
126 <    std::streampos framePos_;
126 >    long long framePos_;
127  
128      const static int bufferSize = 4096;
129      char buffer[bufferSize];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines