[rkward-cvs] SF.net SVN: rkward:[3882] trunk/rkward/rkward/core/rkrownames.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Oct 4 15:50:30 UTC 2011


Revision: 3882
          http://rkward.svn.sourceforge.net/rkward/?rev=3882&view=rev
Author:   tfry
Date:     2011-10-04 15:50:30 +0000 (Tue, 04 Oct 2011)
Log Message:
-----------
Do not check row names read from R for duplicates.

Modified Paths:
--------------
    trunk/rkward/rkward/core/rkrownames.cpp

Modified: trunk/rkward/rkward/core/rkrownames.cpp
===================================================================
--- trunk/rkward/rkward/core/rkrownames.cpp	2011-10-04 15:28:40 UTC (rev 3881)
+++ trunk/rkward/rkward/core/rkrownames.cpp	2011-10-04 15:50:30 UTC (rev 3882)
@@ -135,6 +135,8 @@
 bool RKRowNames::makeUnique (QString *text, bool non_sequentials_only) {
 	RK_TRACE (OBJECTS);
 
+	if (!check_duplicates) return true;
+
 	bool from_index = 0;
 	if (non_sequentials_only) from_index = is_sequential_up_to_row + 1;
 

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





More information about the rkward-tracker mailing list