Fix sorting and doxygen
authorRoland Schulz <roland@utk.edu>
Thu, 11 Sep 2014 15:02:46 +0000 (11:02 -0400)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Thu, 11 Sep 2014 22:41:04 +0000 (00:41 +0200)
Change-Id: I3f0124dee1b569275fe2889dedb9778bb3cc6b9d

src/gromacs/legacyheaders/nsgrid.h
src/gromacs/mdlib/domdec.cpp
src/gromacs/mdlib/domdec_con.cpp
src/gromacs/mdlib/domdec_setup.cpp

index c00df0078fb45760eb65efe400b9c65282232ced..728e887654fbdf0ffb5339cca0accea8911fbaed 100644 (file)
@@ -49,7 +49,7 @@ extern "C" {
  * bad approximation for 4x1x1 up to 4x2x2.
  *
  * \todo It would be nicer to use sqrt(3) here, when all code that
- * #includes this file is in C++, which will let us cope with the
+ * includes this file is in C++, which will let us cope with the
  * std::sqrt<T> on Windows. */
 static const real GRID_STDDEV_FAC = 1.73205080757;
 
index e3de5a97d99b67ce2cbe4084f58a0e63e1b5414d..074193e49b589b56592c898ab724a46d35dcff54 100644 (file)
@@ -39,8 +39,6 @@
 
 #include "config.h"
 
-#include <algorithm>
-
 #include <assert.h>
 #include <math.h>
 #include <stdio.h>
@@ -48,6 +46,8 @@
 #include <string.h>
 #include <time.h>
 
+#include <algorithm>
+
 #include "gromacs/bonded/bonded.h"
 #include "gromacs/fileio/gmxfio.h"
 #include "gromacs/fileio/pdbio.h"
index 22cf39f78156589881ccaeac4291b36f2b2e6da9..b31204db8fd67cb6b8cadbd61dd100830728af71 100644 (file)
 
 #include "gmxpre.h"
 
-#include <algorithm>
 #include <assert.h>
 
+#include <algorithm>
+
 #include "gromacs/legacyheaders/constr.h"
 #include "gromacs/legacyheaders/domdec.h"
 #include "gromacs/legacyheaders/domdec_network.h"
index 1d03b26bea2b00791fd2a038811a39e91763075f..a802f29fb9402803a70a8271cefad383f888df10 100644 (file)
 #include "gmxpre.h"
 
 #include <assert.h>
-#include <cmath>
 #include <stdio.h>
 
+#include <cmath>
+
 #include "gromacs/legacyheaders/domdec.h"
 #include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/network.h"