git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11969 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-05-12 15:08:14 +00:00
parent fd1b9f2c5c
commit d17c0325d4
9 changed files with 61 additions and 55 deletions

View File

@ -8,18 +8,18 @@
colvar::cvc::cvc()
: sup_coeff (1.0), sup_np (1),
b_periodic (false),
b_debug_gradients (false),
b_inverse_gradients (false),
b_Jacobian_derivative (false)
b_Jacobian_derivative (false),
b_debug_gradients (false)
{}
colvar::cvc::cvc (std::string const &conf)
: sup_coeff (1.0), sup_np (1),
b_periodic (false),
b_debug_gradients (false),
b_inverse_gradients (false),
b_Jacobian_derivative (false)
b_Jacobian_derivative (false),
b_debug_gradients (false)
{
if (cvm::debug())
cvm::log ("Initializing cvc base object.\n");