Move methods out from trjconv
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 10 Jul 2019 14:07:20 +0000 (16:07 +0200)
committerChristian Blau <cblau@gwdg.de>
Wed, 17 Jul 2019 12:05:03 +0000 (14:05 +0200)
commitc05425ba60aa18a3f7725862331a151efebf7f68
treec1ef35c8e2ed0ee7eeb9f18b4d85c6576177aada
parent17ca500cb094d4407f046fd2ed8034c6c6d6d3d3
Move methods out from trjconv

Moves some functions out of trjconv to allow access in other tools as
well. This change is just code movement.

Change-Id: I37e9f8d87862e6ad6666704dc85d74b09b144f49
src/gromacs/pbcutil/pbcmethods.cpp [new file with mode: 0644]
src/gromacs/pbcutil/pbcmethods.h [new file with mode: 0644]
src/gromacs/tools/trjconv.cpp