Skip to content

Commit 92a8d2a

Browse files
committed
useHillsReflection if off by default for now, this should change and should be set on automatically when using grids
1 parent 9a3b335 commit 92a8d2a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/colvarbias_meta.cpp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,9 +342,13 @@ int colvarbias_meta::init_reflection_params(std::string const &conf)
342342
size_t j;
343343
size_t jcount;
344344

345-
if (use_grids) {
346-
use_reflection=true;
347-
}
345+
// in future remove the line below and uncomment the three following ones as reflection should be default with grids
346+
347+
use_reflection=false;
348+
349+
//if (use_grids) {
350+
// use_reflection=true;
351+
//}
348352

349353
for ( i = 0; i < num_variables(); i++ ) {
350354
if (!variables(i)->is_enabled(f_cv_periodic)) {

0 commit comments

Comments
 (0)