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

« back to all changes in this revision

Viewing changes to src/fix_respa.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:
14
14
#include "stdlib.h"
15
15
#include "fix_respa.h"
16
16
#include "atom.h"
 
17
#include "force.h"
17
18
#include "memory.h"
18
 
#include "error.h"
19
 
#include "force.h"
20
19
 
21
20
using namespace LAMMPS_NS;
22
21
using namespace FixConst;