espressomd / espresso

The ESPResSo package
https://espressomd.org
GNU General Public License v3.0
226 stars 184 forks source link

Remove code duplication in integrate function #233

Closed fweik closed 7 years ago

fweik commented 9 years ago

Integration loop is duplicated between integrate.cpp (velocity verlet/langevin, stepest descend) and integratesd.cpp (BD/SD). This will break within weeks. Needs some thoughts because one and two step integrators. Maybe new hooks (on...).

RudolfWeeber commented 7 years ago

Duplicate