ptII
ptII copied to clipboard
Modular Code Gen generates code each time the model is run.
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#350 From: @cxbrooks Reported version: 8.1.devel CC: [email protected]
[I'm creating a separate bug for this one.]
We seem to be generating code each time the model is run:
- $PTII/bin/vergil $PTII/ptolemy/cg/lib/test/auto/ModularCodeGen.xml
- Run the model, note that code is generated
- Exit
- $PTII/bin/vergil $PTII/ptolemy/cg/lib/test/auto/ModularCodeGen.xml
- Rerun the model, note that code is generated again
In step 5, code should not be regenerated.