-
- Downloads
There was an error fetching the commit references. Please try again later.
Implementation of RESTART
Using a RESTART keyword in the input, files are automatically appended. When not used, files are backed up (a la gromacs). Notice that this works only when using open("file"). The rationale is that if you say open("file","a") or open("file","w") then you know what you are doing. I also removed the extra mode specifier for PlumedIFile (it was redundant: always "r"). If the behavior is not clear enough we can change it...
Showing
- src/BiasMetaD.cpp 4 additions, 7 deletionssrc/BiasMetaD.cpp
- src/GenericPrint.cpp 1 addition, 1 deletionsrc/GenericPrint.cpp
- src/PlumedFile.cpp 42 additions, 3 deletionssrc/PlumedFile.cpp
- src/PlumedFile.h 8 additions, 2 deletionssrc/PlumedFile.h
- src/PlumedMain.cpp 7 additions, 2 deletionssrc/PlumedMain.cpp
- src/PlumedMain.h 10 additions, 0 deletionssrc/PlumedMain.h
Loading
Please register or sign in to comment