[GME-commit] GMESRC/GME/Parser MgaParser.cpp,1.17,1.18

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue May 11 10:21:31 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Parser
In directory braindrain:/tmp/cvs-serv9846

Modified Files:
	MgaParser.cpp 
Log Message:
Faulty relids for sets are fixed in the parser

CVS User: volgy

Index: MgaParser.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Parser/MgaParser.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** MgaParser.cpp	8 Apr 2004 08:34:25 -0000	1.17
--- MgaParser.cpp	11 May 2004 14:21:27 -0000	1.18
***************
*** 707,711 ****
  			   relid <= RELID_BASE_MAX && 
  			   GetPrevious().exnuminfo >= relid);
! 	}
  	else {
  		if(!manual_relid_mode) {
--- 707,711 ----
  			   relid <= RELID_BASE_MAX && 
  			   GetPrevious().exnuminfo >= relid);
! 	}	
  	else {
  		if(!manual_relid_mode) {
***************
*** 1347,1351 ****
--- 1347,1353 ----
  		else
  		{
+ 			preparerelid(attributes);
  			COMTHROW( prev->CreateChildObject(role, PutOut(fco)) );
+ 			assignrelid(fco);
  		}
  	}



More information about the GME-commit mailing list