Minor changes and fixes not relevant to LAMMPS

This commit is contained in:
Giacomo Fiorin
2016-10-24 17:08:36 -04:00
parent c243093980
commit be2d155cef
9 changed files with 85 additions and 37 deletions

View File

@ -155,7 +155,7 @@ int colvarscript::run(int argc, char const *argv[]) {
result = "Missing arguments\n" + help_string();
return COLVARSCRIPT_ERROR;
}
proxy->input_prefix_str = argv[2];
proxy->input_prefix() = argv[2];
if (colvars->setup_input() == COLVARS_OK) {
return COLVARS_OK;
} else {