Revision: 64313
          http://sourceforge.net/p/brlcad/code/64313
Author:   carlmoore
Date:     2015-02-27 18:46:10 +0000 (Fri, 27 Feb 2015)
Log Message:
-----------
This logic should have no effect on lc.tcl

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/mged/lc.tcl

Modified: brlcad/trunk/src/tclscripts/mged/lc.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/lc.tcl     2015-02-27 15:51:33 UTC (rev 
64312)
+++ brlcad/trunk/src/tclscripts/mged/lc.tcl     2015-02-27 18:46:10 UTC (rev 
64313)
@@ -128,9 +128,12 @@
            set find_duplicates_flag_cnt 1
            continue
        }
-       if { $arg == "-s" } {
+       if { $arg == "-d" || $arg == "-s"} {
            set find_duplicates_flag_cnt 1
-           set skip_special_duplicates_flag_cnt 1
+
+           if { $arg == "-s" } {
+               set skip_special_duplicates_flag_cnt 1
+           }
            continue
        }
        if { $arg == "-r" } {

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to