git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7331 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -7,6 +7,7 @@ if (test $1 = 1) then
|
|||||||
cp fix_event_prd.cpp ..
|
cp fix_event_prd.cpp ..
|
||||||
cp fix_event_tad.cpp ..
|
cp fix_event_tad.cpp ..
|
||||||
cp fix_neb.cpp ..
|
cp fix_neb.cpp ..
|
||||||
|
cp verlet_split.cpp ..
|
||||||
cp neb.cpp ..
|
cp neb.cpp ..
|
||||||
cp prd.cpp ..
|
cp prd.cpp ..
|
||||||
cp tad.cpp ..
|
cp tad.cpp ..
|
||||||
@ -17,6 +18,7 @@ if (test $1 = 1) then
|
|||||||
cp fix_event_prd.h ..
|
cp fix_event_prd.h ..
|
||||||
cp fix_event_tad.h ..
|
cp fix_event_tad.h ..
|
||||||
cp fix_neb.h ..
|
cp fix_neb.h ..
|
||||||
|
cp verlet_split.h ..
|
||||||
cp neb.h ..
|
cp neb.h ..
|
||||||
cp prd.h ..
|
cp prd.h ..
|
||||||
cp tad.h ..
|
cp tad.h ..
|
||||||
@ -29,6 +31,7 @@ elif (test $1 = 0) then
|
|||||||
rm -f ../fix_event_prd.cpp
|
rm -f ../fix_event_prd.cpp
|
||||||
rm -f ../fix_event_tad.cpp
|
rm -f ../fix_event_tad.cpp
|
||||||
rm -f ../fix_neb.cpp
|
rm -f ../fix_neb.cpp
|
||||||
|
rm -f ../verlet_split.cpp
|
||||||
rm -f ../neb.cpp
|
rm -f ../neb.cpp
|
||||||
rm -f ../prd.cpp
|
rm -f ../prd.cpp
|
||||||
rm -f ../tad.cpp
|
rm -f ../tad.cpp
|
||||||
@ -39,6 +42,7 @@ elif (test $1 = 0) then
|
|||||||
rm -f ../fix_event_prd.h
|
rm -f ../fix_event_prd.h
|
||||||
rm -f ../fix_event_tad.h
|
rm -f ../fix_event_tad.h
|
||||||
rm -f ../fix_neb.h
|
rm -f ../fix_neb.h
|
||||||
|
rm -f ../verlet_split.h
|
||||||
rm -f ../neb.h
|
rm -f ../neb.h
|
||||||
rm -f ../prd.h
|
rm -f ../prd.h
|
||||||
rm -f ../tad.h
|
rm -f ../tad.h
|
||||||
|
|||||||
Reference in New Issue
Block a user