Commit 24f7d34e authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@644 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent f93cd8f7
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -5,14 +5,11 @@
#

all:
	$(MAKE) binary2txt replicate restart2data chain micelle2d data2xmovie
	$(MAKE) binary2txt restart2data chain micelle2d data2xmovie

binary2txt:	binary2txt.o
	g++ -g binary2txt.o -o binary2txt

replicate:	replicate.o
	g++ -g replicate.o -o replicate

restart2data:	restart2data.o
	g++ -g restart2data.o -o restart2data

@@ -29,7 +26,7 @@ thermo_extract: thermo_extract.o
	gcc -g thermo_extract.o -o thermo_extract

clean:
	rm binary2txt replicate restart2data chain micelle2d data2xmovie
	rm binary2txt restart2data chain micelle2d data2xmovie
	rm thermo_extract
	rm *.o

tools/replicate.c

deleted100644 → 0
+0 −861

File deleted.

Preview size limit exceeded, changes collapsed.