[GME-commit] GMESRC/GME/Core CoreUtilities.h,1.6,1.7

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Thu Dec 20 17:24:23 CST 2007


Update of /project/gme-repository/GMESRC/GME/Core
In directory escher:/tmp/cvs-serv4783

Modified Files:
	CoreUtilities.h 
Log Message:
Apparently this was never used, but still, its a bug.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: CoreUtilities.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Core/CoreUtilities.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** CoreUtilities.h	13 Oct 2004 15:17:54 -0000	1.6
--- CoreUtilities.h	20 Dec 2007 23:24:21 -0000	1.7
***************
*** 39,43 ****
          else if( a.metaid > b.metaid )
              return false;
!         else if( a.objid < a.objid )
              return true;
          else
--- 39,43 ----
          else if( a.metaid > b.metaid )
              return false;
!         else if( a.objid < b.objid )
              return true;
          else



More information about the GME-commit mailing list