Revision: 55165
          http://brlcad.svn.sourceforge.net/brlcad/?rev=55165&view=rev
Author:   carlmoore
Date:     2013-04-16 16:17:33 +0000 (Tue, 16 Apr 2013)
Log Message:
-----------
add version number when printing out requirements per verbose mode

Modified Paths:
--------------
    brlcad/trunk/src/conv/comgeom/cvt.c

Modified: brlcad/trunk/src/conv/comgeom/cvt.c
===================================================================
--- brlcad/trunk/src/conv/comgeom/cvt.c 2013-04-16 16:09:56 UTC (rev 55164)
+++ brlcad/trunk/src/conv/comgeom/cvt.c 2013-04-16 16:17:33 UTC (rev 55165)
@@ -180,7 +180,7 @@
     printf("Reading version %d COMGEOM file\n", version);
 
     if (verbose) {
-       printf("COMGEOM input file must have this format:\n");
+       printf("COMGEOM input file (version %d) must have this 
format:\n",version);
        switch (version) {
            case 1:
                printf("     1.  title card\n");

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


------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to