Fix uncrustify complaining about files
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 9 Jan 2019 10:26:24 +0000 (11:26 +0100)
committerPaul Bauer <paul.bauer.q@gmail.com>
Wed, 9 Jan 2019 10:26:24 +0000 (11:26 +0100)
Change-Id: Id536a42c2f5cf043a48baa5ee2d7822b48353e27

src/gromacs/domdec/domdec_topology.cpp
src/gromacs/gmxana/gmx_disre.cpp
src/gromacs/gmxana/gmx_nmr.cpp

index 663af6796dacf0e552dd9760e09378a24a38d282..97587f933a6fc22b8e4419d07b3b37c121ad09f1 100644 (file)
@@ -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;
 }
 
index 96a6cfd6221d33af188a60f9029723893b197276..bb5438df7e741bef7856edb16001fde39da7bb75 100644 (file)
@@ -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)
     {
index e76c92756c84db55fc00b2fcb221677ad064e9a8..36035cf6801d0163553eb15ca848c24fb49426a7 100644 (file)
@@ -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)