ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/integrators/LangevinHullForceManager.cpp
(Generate patch)

Comparing trunk/src/integrators/LangevinHullForceManager.cpp (file contents):
Revision 1879 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1938 by gezelter, Thu Oct 31 15:32:17 2013 UTC

# Line 39 | Line 39
39   * [4]  Kuang & Gezelter,  J. Chem. Phys. 133, 164101 (2010).
40   * [5]  Vardeman, Stocker & Gezelter, J. Chem. Theory Comput. 7, 834 (2011).
41   */
42 + #ifdef IS_MPI
43 + #include <mpi.h>
44 + #endif
45   #include <fstream>
46   #include <iostream>
47   #include "integrators/LangevinHullForceManager.hpp"
# Line 47 | Line 50
50   #include "math/AlphaHull.hpp"
51   #include "math/Triangle.hpp"
52   #include "math/CholeskyDecomposition.hpp"
50 #ifdef IS_MPI
51 #include <mpi.h>
52 #endif
53  
54   using namespace std;
55   namespace OpenMD {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines