git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11969 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user