update of colvars library to svn of 2013-04-17

This commit is contained in:
Axel Kohlmeyer
2013-04-17 11:36:18 +02:00
parent b01012c2dd
commit 42c512e1a0
6 changed files with 84 additions and 57 deletions

View File

@ -1291,7 +1291,7 @@ std::ostream & colvar::write_traj_label (std::ostream & os)
if (tasks[task_output_system_force]) {
os << " fs_"
<< cvm::wrap_string (this->name, this_cv_width-2);
<< cvm::wrap_string (this->name, this_cv_width-3);
if (tasks[task_extended_lagrangian]) {
// restraint center
@ -1302,7 +1302,7 @@ std::ostream & colvar::write_traj_label (std::ostream & os)
if (tasks[task_output_applied_force]) {
os << " fa_"
<< cvm::wrap_string (this->name, this_cv_width-2);
<< cvm::wrap_string (this->name, this_cv_width-3);
}
return os;