update colvars library to version 2016-06-09

This commit is contained in:
Axel Kohlmeyer
2016-06-10 05:54:06 -04:00
parent 470cefbba1
commit 48cec4d7d2
34 changed files with 796 additions and 505 deletions

View File

@ -295,6 +295,11 @@ int colvarscript::proc_colvar(int argc, char const *argv[]) {
return COLVARS_OK;
}
if (subcmd == "state") {
cv->print_state();
return COLVARS_OK;
}
result = "Syntax error\n" + help_string();
return COLVARSCRIPT_ERROR;
}