git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13670 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -8,7 +8,9 @@
|
||||
|
||||
|
||||
colvar::cvc::cvc()
|
||||
: sup_coeff(1.0), sup_np(1),
|
||||
: sup_coeff(1.0),
|
||||
sup_np(1),
|
||||
b_enabled(true),
|
||||
b_periodic(false),
|
||||
b_inverse_gradients(false),
|
||||
b_Jacobian_derivative(false),
|
||||
@ -17,7 +19,9 @@ colvar::cvc::cvc()
|
||||
|
||||
|
||||
colvar::cvc::cvc(std::string const &conf)
|
||||
: sup_coeff(1.0), sup_np(1),
|
||||
: sup_coeff(1.0),
|
||||
sup_np(1),
|
||||
b_enabled(true),
|
||||
b_periodic(false),
|
||||
b_inverse_gradients(false),
|
||||
b_Jacobian_derivative(false),
|
||||
|
||||
Reference in New Issue
Block a user