replace tabs and remove trailing whitespace in lib folder with updated script
This commit is contained in:
@ -601,16 +601,16 @@ int colvarproxy_script::run_force_callback()
|
||||
|
||||
|
||||
int colvarproxy_script::run_colvar_callback(std::string const & /* name */,
|
||||
std::vector<const colvarvalue *> const & /* cvcs */,
|
||||
colvarvalue & /* value */)
|
||||
std::vector<const colvarvalue *> const & /* cvcs */,
|
||||
colvarvalue & /* value */)
|
||||
{
|
||||
return COLVARS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
int colvarproxy_script::run_colvar_gradient_callback(std::string const & /* name */,
|
||||
std::vector<const colvarvalue *> const & /* cvcs */,
|
||||
std::vector<cvm::matrix2d<cvm::real> > & /* gradient */)
|
||||
std::vector<const colvarvalue *> const & /* cvcs */,
|
||||
std::vector<cvm::matrix2d<cvm::real> > & /* gradient */)
|
||||
{
|
||||
return COLVARS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user