Skip to content
Snippets Groups Projects
Commit 0a9bb660 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

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...
parent 284731e0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment