ptII icon indicating copy to clipboard operation
ptII copied to clipboard

Modular Code Gen generates code each time the model is run.

Open cxbrooks opened this issue 15 years ago • 1 comments

Note: the issue was created automatically with bugzilla2github tool

Original bug ID: BZ#350 From: @cxbrooks Reported version: 8.1.devel CC: [email protected]

cxbrooks avatar Aug 25 '10 08:08 cxbrooks

[I'm creating a separate bug for this one.]

We seem to be generating code each time the model is run:

  1. $PTII/bin/vergil $PTII/ptolemy/cg/lib/test/auto/ModularCodeGen.xml
  2. Run the model, note that code is generated
  3. Exit
  4. $PTII/bin/vergil $PTII/ptolemy/cg/lib/test/auto/ModularCodeGen.xml
  5. Rerun the model, note that code is generated again

In step 5, code should not be regenerated.

cxbrooks avatar Aug 25 '10 08:08 cxbrooks