[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004 BON2Component.cpp,1.13,1.14

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu May 13 20:51:36 CDT 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004
In directory braindrain:/tmp/cvs-serv3507

Modified Files:
	BON2Component.cpp 
Log Message:
1Aspect ordering omitted if only one aspect defined.
2Dummy aspect having as name "Aspect" defined for aspectless models.
3End message changed.
 


CVS User: zolmol

Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/BON2Component.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** BON2Component.cpp	6 May 2004 22:30:26 -0000	1.13
--- BON2Component.cpp	14 May 2004 00:51:33 -0000	1.14
***************
*** 1591,1595 ****
  	global_vars.err << "\nEND OF LOG";
  	global_vars.err.close();
! 	AfxMessageBox( "Job finished", MB_ICONINFORMATION);
  }
  
--- 1591,1595 ----
  	global_vars.err << "\nEND OF LOG";
  	global_vars.err.close();
! 	AfxMessageBox( "Metainterpretation completed.", MB_ICONINFORMATION);
  }
  



More information about the GME-commit mailing list