Commit 84995e79 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Updated from trunk.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@6478 41f8697f-d340-4b68-9986-7bafba869bb8
parents 5d065254 e6269543
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ commands:
	# 1. remove cube filename paths
	# 2. remove digits beyond the fifth decimal place of decimal numbers
	# 3. remove date and time
	$(CAT) $(OUTPUT)/residuals.csv \
	$(CAT) residuals.csv \
	  | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	  > $(OUTPUT)/residuals.csv
	$(RM) bundleout.txt > /dev/null;
+1 −1
Original line number Diff line number Diff line
#This file tests the twist (2-point) option
#	tol=0.4194172 \
#	tol=0.4194172
APPNAME = deltack

include $(ISISROOT)/make/isismake.tsts