[Commit] tess ChangeLog,1.3,1.4 bentley.5c,1.4,1.5

Carl Worth commit at keithp.com
Wed Jul 7 11:16:56 PDT 2004


Committed by: cworth

Update of /local/src/CVS/tess
In directory home.keithp.com:/tmp/cvs-serv1246

Modified Files:
	ChangeLog bentley.5c 
Log Message:

        * bentley.5c: Add #\!/usr/bin/env nickle to top of file.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/tess/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	7 Jul 2004 17:40:26 -0000	1.3
+++ ChangeLog	7 Jul 2004 18:16:54 -0000	1.4
@@ -1,5 +1,9 @@
 2004-07-07  Carl Worth  <cworth at isi.edu>
 
+	* bentley.5c: Add #!/usr/bin/env nickle to top of file.
+
+2004-07-07  Carl Worth  <cworth at isi.edu>
+
 	* bentley.5c (bentley_ottman_iterative): Reset frame_count only
 	between separate runs of bentley_ottman_iterative.  Put all tests
 	into a big array so they are all run with a single invocation.

Index: bentley.5c
===================================================================
RCS file: /local/src/CVS/tess/bentley.5c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bentley.5c	7 Jul 2004 17:40:26 -0000	1.4
+++ bentley.5c	7 Jul 2004 18:16:54 -0000	1.5
@@ -1,3 +1,5 @@
+#!/usr/bin/env nickle
+
 autoload Sortlist;
 autoload Sort;
 
@@ -520,7 +522,6 @@
     return false;
 }
 
-
 bool run_test (string name, Edge[*] edges)
 {
     int iterations;




More information about the Commit mailing list