Revision: 76127
          http://sourceforge.net/p/brlcad/code/76127
Author:   starseeker
Date:     2020-06-12 12:15:21 +0000 (Fri, 12 Jun 2020)
Log Message:
-----------
Echo back comment lines

Modified Paths:
--------------
    brlcad/branches/bioh/src/burst2/burst.cpp

Modified: brlcad/branches/bioh/src/burst2/burst.cpp
===================================================================
--- brlcad/branches/bioh/src/burst2/burst.cpp   2020-06-12 00:16:21 UTC (rev 
76126)
+++ brlcad/branches/bioh/src/burst2/burst.cpp   2020-06-12 12:15:21 UTC (rev 
76127)
@@ -1699,6 +1699,8 @@
 
     /* Skip a line if it is a comment */
     if (line[0] == '#') {
+       // Echo comment
+       printf("%s\n", line);
        return BRLCAD_OK;
     }
 

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to