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

Comparing branches/development/src/io/RestReader.hpp (file contents):
Revision 1874 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1875 by gezelter, Fri May 17 14:41:42 2013 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){
65 <      stuntDoubleIndex_ = stuntDoubleIndex;
64 >      : info_(info), filename_(filename), stuntDoubleIndex_(stuntDoubleIndex) {
65   #ifdef IS_MPI
66        
67        if (worldRank == 0) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines