Revision: 56509
http://sourceforge.net/p/brlcad/code/56509
Author: brlcad
Date: 2013-08-04 17:29:54 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
combine the commentary on previous value with the new zero value for the
comgeom region #.
Modified Paths:
--------------
brlcad/trunk/src/conv/asc/g2asc.c
Modified: brlcad/trunk/src/conv/asc/g2asc.c
===================================================================
--- brlcad/trunk/src/conv/asc/g2asc.c 2013-08-04 17:22:56 UTC (rev 56508)
+++ brlcad/trunk/src/conv/asc/g2asc.c 2013-08-04 17:29:54 UTC (rev 56509)
@@ -923,12 +923,13 @@
fprintf(ofp, "%.16s ", encode_name(record.c.c_name)); /* unique name
*/
fprintf(ofp, "%d ", record.c.c_regionid); /* region ID code */
fprintf(ofp, "%d ", record.c.c_aircode); /* air space code */
- fprintf(ofp, "%d ", mcount); /* DEPRECATED: # of
members */
-#if 1
- fprintf(ofp, "%d ", 0); /* DEPRECATED: COMGEOM region #
*/
-#else
- (void)fprintf(ofp, "%d ", record.c.c_num); /* DEPRECATED:
COMGEOM region # */
-#endif
+
+ /* DEPRECATED: # of members */
+ fprintf(ofp, "%d ", mcount);
+
+ /* DEPRECATED: COMGEOM region # */
+ fprintf(ofp, "%d ", 0 /* was record.c.c_num */);
+
fprintf(ofp, "%d ", record.c.c_material); /* material code */
fprintf(ofp, "%d ", record.c.c_los); /* equiv. LOS est. */
fprintf(ofp, "%d %d %d %d ",
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits