Commit a108f5dd authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6833 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent a572d7eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ PACKAGE = asphere class2 colloid dipole gpu granular \
	  shock srd xtc

PACKUSER = user-misc user-atc user-awpmd user-cg-cmm \
	   user-cuda user-eff user-ewaldn user-omp user-reaxc
	   user-cuda user-eff user-ewaldn user-omp user-reaxc user-sph

PACKALL = $(PACKAGE) $(PACKUSER)

+59 −0
Original line number Diff line number Diff line
# Install/unInstall package files in LAMMPS

if (test $1 = 1) then

  cp -p atom_vec_meso.cpp ..
  cp -p pair_sph_heatconduction.cpp ..
  cp -p pair_sph_idealgas.cpp ..
  cp -p pair_sph_lj.cpp ..
  cp -p pair_sph_rhosum.cpp ..
  cp -p pair_sph_taitwater.cpp ..
  cp -p pair_sph_taitwater_morris.cpp ..
  cp -p compute_meso_e_atom.cpp ..
  cp -p compute_meso_rho_atom.cpp ..
  cp -p compute_meso_t_atom.cpp ..
  cp -p fix_meso.cpp ..
  cp -p fix_meso_stationary.cpp ..

  cp -p atom_vec_meso.h ..
  cp -p pair_sph_heatconduction.h ..
  cp -p pair_sph_idealgas.h ..
  cp -p pair_sph_lj.h ..
  cp -p pair_sph_rhosum.h ..
  cp -p pair_sph_taitwater.h ..
  cp -p pair_sph_taitwater_morris.h ..
  cp -p compute_meso_e_atom.h ..
  cp -p compute_meso_rho_atom.h ..
  cp -p compute_meso_t_atom.h ..
  cp -p fix_meso.h ..
  cp -p fix_meso_stationary.h ..

elif (test $1 = 0) then

  rm -f ../atom_vec_meso.cpp
  rm -f ../pair_sph_heatconduction.cpp
  rm -f ../pair_sph_idealgas.cpp
  rm -f ../pair_sph_lj.cpp
  rm -f ../pair_sph_rhosum.cpp
  rm -f ../pair_sph_taitwater.cpp
  rm -f ../pair_sph_taitwater_morris.cpp
  rm -f ../compute_meso_e_atom.cpp
  rm -f ../compute_meso_rho_atom.cpp
  rm -f ../compute_meso_t_atom.cpp
  rm -f ../fix_meso.cpp
  rm -f ../fix_meso_stationary.cpp

  rm -f ../atom_vec_meso.h
  rm -f ../pair_sph_heatconduction.h
  rm -f ../pair_sph_idealgas.h
  rm -f ../pair_sph_lj.h
  rm -f ../pair_sph_rhosum.h
  rm -f ../pair_sph_taitwater.h
  rm -f ../pair_sph_taitwater_morris.h
  rm -f ../compute_meso_e_atom.h
  rm -f ../compute_meso_rho_atom.h
  rm -f ../compute_meso_t_atom.h
  rm -f ../fix_meso.h
  rm -f ../fix_meso_stationary.h

fi
+868 −0

File added.

Preview size limit exceeded, changes collapsed.

+74 −0

File added.

Preview size limit exceeded, changes collapsed.

+97 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading