[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.93,1.94
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-04-20 16:11:12
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv30397 Modified Files: CHANGES Log Message: ModelMasons: added a new generation scheme. The existing one is named 'compact', the new one, 'base'. The latter generates two different modules for a given entity, in modules <className> (which is not overwritten when re-generating) and <className>Base (which IS overwritten upon regeneration) Updated scripts/mdl_generate_python_code.py Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** CHANGES 20 Apr 2003 14:35:44 -0000 1.93 --- CHANGES 20 Apr 2003 16:10:39 -0000 1.94 *************** *** 8,11 **** --- 8,17 ---- -------------------------------------------------------- + * ModelMasons: added a new generation scheme. The existing one is named + 'compact', the new one, 'base'. The latter generates two different modules + for a given entity, in modules <className> (which is not overwritten when + re-generating) and <className>Base (which IS overwritten upon + regeneration) + * Refactored ModelMasons: ModelMason and PyModelMason are now clearer than they used to be. See PyModelMason for an example of use. |