Skip to content
Snippets Groups Projects
Commit c72c4b8d authored by Giovanni's avatar Giovanni Committed by GitHub
Browse files

Merge pull request #307 from ves-code/fix-md_le-1

Fix for issue #306 with VES
parents 6d308046 c2decb6e
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ int MD_LinearExpansionPES::main( FILE* in, FILE* out, PLMD::Communicator& pc) {
plumed_bf = new PLMD::PlumedMain;
unsigned int nn=1;
FILE* file_dummy = fopen("/dev/null/","w+");
FILE* file_dummy = fopen("/dev/null","w+");
plumed_bf->cmd("setNatoms",&nn);
plumed_bf->cmd("setLog",file_dummy);
plumed_bf->cmd("init",&nn);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment