git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8890 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2012-10-03 15:13:31 +00:00
parent 463739fea2
commit f0bb1a384f
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "pair_lj_disp_tip4p_long.h"
#include "pair_lj_long_tip4p_long.h"
#include "angle.h"
#include "atom.h"
#include "bond.h"

View File

@ -20,7 +20,7 @@ PairStyle(lj/cut/tip4p/long/opt,PairLJCutTIP4PLongOpt)
#ifndef LMP_PAIR_LJ_CUT_TIP4P_LONG_OPT_H
#define LMP_PAIR_LJ_CUT_TIP4P_LONG_OPT_H
#include "pair_lj_cut_coul_long_tip4p.h"
#include "pair_lj_cut_tip4p_long.h"
namespace LAMMPS_NS {