[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
- Previous message: [GME-commit]
GMESRC/GME/Gme GMEView.h,1.58,1.59 GMEView.cpp,1.144,1.145
- Next message: [GME-commit]
GMESRC/GME/Gme GMEApp.cpp,1.113,1.114 GMEVersion.h,1.12,1.13
MainFrm.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
}
}
- Previous message: [GME-commit]
GMESRC/GME/Gme GMEView.h,1.58,1.59 GMEView.cpp,1.144,1.145
- Next message: [GME-commit]
GMESRC/GME/Gme GMEApp.cpp,1.113,1.114 GMEVersion.h,1.12,1.13
MainFrm.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list