diff --git a/src/REPLICA/Install.sh b/src/REPLICA/Install.sh index 50264e134f..1fd33b5fec 100644 --- a/src/REPLICA/Install.sh +++ b/src/REPLICA/Install.sh @@ -7,6 +7,7 @@ if (test $1 = 1) then cp fix_event_prd.cpp .. cp fix_event_tad.cpp .. cp fix_neb.cpp .. + cp verlet_split.cpp .. cp neb.cpp .. cp prd.cpp .. cp tad.cpp .. @@ -17,6 +18,7 @@ if (test $1 = 1) then cp fix_event_prd.h .. cp fix_event_tad.h .. cp fix_neb.h .. + cp verlet_split.h .. cp neb.h .. cp prd.h .. cp tad.h .. @@ -29,6 +31,7 @@ elif (test $1 = 0) then rm -f ../fix_event_prd.cpp rm -f ../fix_event_tad.cpp rm -f ../fix_neb.cpp + rm -f ../verlet_split.cpp rm -f ../neb.cpp rm -f ../prd.cpp rm -f ../tad.cpp @@ -39,6 +42,7 @@ elif (test $1 = 0) then rm -f ../fix_event_prd.h rm -f ../fix_event_tad.h rm -f ../fix_neb.h + rm -f ../verlet_split.h rm -f ../neb.h rm -f ../prd.h rm -f ../tad.h