From ed79f9de12787a74847b85e7d72cca3d30727d6e Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Wed, 9 Jan 2019 11:26:24 +0100 Subject: [PATCH] Fix uncrustify complaining about files Change-Id: Id536a42c2f5cf043a48baa5ee2d7822b48353e27 --- src/gromacs/domdec/domdec_topology.cpp | 2 +- src/gromacs/gmxana/gmx_disre.cpp | 8 ++++---- src/gromacs/gmxana/gmx_nmr.cpp | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/gromacs/domdec/domdec_topology.cpp b/src/gromacs/domdec/domdec_topology.cpp index 663af6796d..97587f933a 100644 --- a/src/gromacs/domdec/domdec_topology.cpp +++ b/src/gromacs/domdec/domdec_topology.cpp @@ -2185,7 +2185,7 @@ void dd_init_local_top(const gmx_mtop_t &top_global, top->idef.cmap_grid = new gmx_cmap_t; *top->idef.cmap_grid = top_global.ffparams.cmap_grid; - top->idef.ilsort = ilsortUNKNOWN; + top->idef.ilsort = ilsortUNKNOWN; top->useInDomainDecomp_ = true; } diff --git a/src/gromacs/gmxana/gmx_disre.cpp b/src/gromacs/gmxana/gmx_disre.cpp index 96a6cfd622..bb5438df7e 100644 --- a/src/gromacs/gmxana/gmx_disre.cpp +++ b/src/gromacs/gmxana/gmx_disre.cpp @@ -712,13 +712,13 @@ int gmx_disre(int argc, char *argv[]) init5(ntop); } - t_inputrec irInstance; - t_inputrec *ir = &irInstance; + t_inputrec irInstance; + t_inputrec *ir = &irInstance; gmx::TopologyInformation topInfo; topInfo.fillFromInputFile(ftp2fn(efTPR, NFILE, fnm)); - int ntopatoms = topInfo.mtop()->natoms; - AtomsDataPtr atoms; + int ntopatoms = topInfo.mtop()->natoms; + AtomsDataPtr atoms; bPDB = opt2bSet("-q", NFILE, fnm); if (bPDB) { diff --git a/src/gromacs/gmxana/gmx_nmr.cpp b/src/gromacs/gmxana/gmx_nmr.cpp index e76c92756c..36035cf680 100644 --- a/src/gromacs/gmxana/gmx_nmr.cpp +++ b/src/gromacs/gmxana/gmx_nmr.cpp @@ -485,8 +485,8 @@ int gmx_nmr(int argc, char *argv[]) do_enxnms(fp, &nre, &enm); free_enxnms(nre, enm); - t_inputrec irInstance; - t_inputrec *ir = &irInstance; + t_inputrec irInstance; + t_inputrec *ir = &irInstance; init_enxframe(&fr); gmx::TopologyInformation topInfo; if (!bDisRe) -- 2.11.4.GIT