Revision: 44697
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44697&view=rev
Author:   erikgreenwald
Date:     2011-05-26 15:13:38 +0000 (Thu, 26 May 2011)

Log Message:
-----------
remove 'count' check, since that doesn't exist.

Modified Paths:
--------------
    brlcad/trunk/src/proc-db/ringworld.c

Modified: brlcad/trunk/src/proc-db/ringworld.c
===================================================================
--- brlcad/trunk/src/proc-db/ringworld.c        2011-05-26 11:39:38 UTC (rev 
44696)
+++ brlcad/trunk/src/proc-db/ringworld.c        2011-05-26 15:13:38 UTC (rev 
44697)
@@ -60,10 +60,6 @@
        }
     }
 
-    if (count <= 0) {
-       bu_exit(EXIT_FAILURE, "ERROR: count must be greater than zero");
-    }
-
     if (bu_file_exists(outfile)) {
        bu_exit(EXIT_FAILURE, "ERROR: %s already exists.  Remove file and try 
again.", outfile);
     }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to