Move cluster methods to its own file
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 31 Mar 2021 11:18:01 +0000 (11:18 +0000)
committerArtem Zhmurov <zhmurov@gmail.com>
Wed, 31 Mar 2021 11:18:01 +0000 (11:18 +0000)
commit4a178e33f79238c264e1c0d4e54bec4d4ccf4f4e
treefb5cdb8842067730617b7b6c2b5215637b24b793
parent2b285bb02316497ce828684a9a45195dd4da0e63
Move cluster methods to its own file

Breaks out some of the methods in gmx cluster into a separate file
before future refactoring.

Refs #4000
src/gromacs/gmxana/cluster_methods.cpp [new file with mode: 0644]
src/gromacs/gmxana/cluster_methods.h [new file with mode: 0644]
src/gromacs/gmxana/cmat.h
src/gromacs/gmxana/gmx_cluster.cpp