Merge branch 'release-2018' into master
authorAleksei Iupinov <a.yupinov@gmail.com>
Thu, 8 Feb 2018 10:47:06 +0000 (11:47 +0100)
committerAleksei Iupinov <a.yupinov@gmail.com>
Thu, 8 Feb 2018 10:48:10 +0000 (11:48 +0100)
Manually modified:
src/programs/mdrun/md.cpp (to uncomment done_ebin())

Change-Id: Ic3887c40668f69e69ee8da15d210721b8bd3e95f

1  2 
src/gromacs/gmxlib/nonbonded/nb_generic.cpp
src/gromacs/listed-forces/bonded.cpp
src/gromacs/mdlib/forcerec.cpp
src/gromacs/mdlib/mdebin.cpp
src/gromacs/mdlib/tpi.cpp
src/programs/mdrun/md.cpp

Simple merge
Simple merge
Simple merge
Simple merge
index bda2386e9ba38682a3136781234ff52d87c274a1,a4d07c9167bfcc9580dcb26ad719d6c8c38f8319..add69850754014f5fb7cbdf0a4742eba54bed71c
@@@ -1984,7 -1991,8 +1984,7 @@@ double gmx::do_md(FILE *fplog, t_commre
                         eprAVER, mdebin, fcd, groups, &(ir->opts), ir->awh);
          }
      }
 -    // TODO Enable the next line when merging to master branch
 -    // done_ebin(mdebin->ebin);
++    done_ebin(mdebin->ebin);
      done_mdoutf(outf);
  
      if (bPMETune)