Skip to content
Snippets Groups Projects
Commit 781e5677 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Added call to runFinalJobs in plumed in simplemd

[makedoc]
parent b6e6f022
No related branches found
No related tags found
No related merge requests found
......@@ -603,6 +603,9 @@ private:
}
// call final plumed jobs
plumed->cmd("runFinalJobs");
// write final positions
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