--- trunk/src/io/RestReader.hpp 2014/03/06 19:34:22 1973 +++ trunk/src/io/RestReader.hpp 2015/03/07 16:59:57 2070 @@ -61,7 +61,7 @@ namespace OpenMD { public: RestReader(SimInfo* info, const std::string &filename, std::vector stuntDoubleIndex) - : info_(info), filename_(filename), stuntDoubleIndex_(stuntDoubleIndex) { + : info_(info), stuntDoubleIndex_(stuntDoubleIndex), filename_(filename) { #ifdef IS_MPI if (worldRank == 0) {