Skip to content
Snippets Groups Projects
Commit 2cc027e9 authored by Gareth Tribello's avatar Gareth Tribello Committed by Giovanni Bussi
Browse files

Added call to runFinalJobs in plumed in simplemd

[makedoc]

(cherry picked from commit 781e5677)
parent 8ed9697a
No related branches found
No related tags found
No related merge requests found
...@@ -602,6 +602,9 @@ private: ...@@ -602,6 +602,9 @@ private:
} }
// call final plumed jobs
plumed->cmd("runFinalJobs");
// write final positions // write final positions
write_final_positions(outputfile,natoms,positions,cell,wrapatoms); write_final_positions(outputfile,natoms,positions,cell,wrapatoms);
......
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