update colvars library to version 2016-06-09
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user