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

Work on bug with DUMPMULTICOLVAR and vatoms #203

parent 1f692364
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ void DumpMultiColvar::update(){
const char* defname="X";
const char* name=defname;
Vector apos = mycolv->getCentralAtomPos( mycolv->getTaskCode(i) );
Vector apos = mycolv->getCentralAtomPos(i);
of.printf(("%s "+fmt_xyz+" "+fmt_xyz+" "+fmt_xyz).c_str(),name,lenunit*apos[0],lenunit*apos[1],lenunit*apos[2]);
stash->retrieveValue( i, true, cvals );
if( mycolv->weightWithDerivatives() ){
......
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