Location: OpenCOR issue 458 @ a969476d1230 / opencor_458.xml

Author:
David Nickerson <nickerso@users.sourceforge.net>
Date:
2014-09-04 19:56:45+12:00
Desc:
adding an example demonstrating OpenCOR issue 458
Permanent Source URI:
http://models.cellml.org/workspace/1bb/rawfile/a969476d123099375f099a99b643fb189296896e/opencor_458.xml

<?xml version="1.0"?>
<model xmlns="http://www.cellml.org/cellml/1.1#" name="model"
        xmlns:cellml="http://www.cellml.org/cellml/1.1#">

    <component name="componentWithBobDefinedOut">
        <variable name="bob" units="dimensionless" public_interface="out"/>
    </component>
    <component name="componentWithBobDefinedIn">
        <variable name="bob" units="dimensionless" public_interface="in"/>
    </component>
</model>