~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to src/REPLICA/neb.cpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2015-04-29 23:44:49 UTC
  • mfrom: (5.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20150429234449-mbhy9utku6hp6oq8
Tags: 0~20150313.gitfa668e1-1
Upload into unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   See the README file in the top-level LAMMPS directory.
12
12
------------------------------------------------------------------------- */
13
13
 
14
 
#include "lmptype.h"
 
14
// lmptype.h must be first b/c this file uses MAXBIGINT and includes mpi.h
 
15
// due to OpenMPI bug which sets INT64_MAX via its mpi.h
 
16
//   before lmptype.h can set flags to insure it is done correctly
 
17
 
 
18
#include "lmptype.h" 
15
19
#include "mpi.h"
16
20
#include "math.h"
17
21
#include "stdlib.h"