Revision: 41180
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41180&view=rev
Author:   brlcad
Date:     2010-10-29 18:37:30 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
oops, these were just testing comments. uncomment.

Modified Paths:
--------------
    brlcad/trunk/src/conv/iges/g-iges.c

Modified: brlcad/trunk/src/conv/iges/g-iges.c
===================================================================
--- brlcad/trunk/src/conv/iges/g-iges.c 2010-10-29 18:36:42 UTC (rev 41179)
+++ brlcad/trunk/src/conv/iges/g-iges.c 2010-10-29 18:37:30 UTC (rev 41180)
@@ -103,8 +103,8 @@
 static int     comb_error=0;   /* Count indicating  how many combinations were 
not converted */
 static int     ncpu = 1;       /* Number of processors */
 static char    *output_file = NULL;    /* output filename */
-/*static FILE  *fp_dir;*/      /* IGES start, global, and directory sections */
-/*static FILE  *fp_param;*/    /* IGES parameter section */
+static FILE    *fp_dir = NULL;         /* IGES start, global, and directory 
sections */
+static FILE    *fp_param = NULL;       /* IGES parameter section */
 static struct rt_tess_tol      ttol;
 static struct bn_tol           tol;
 static struct model            *the_model;


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

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to