Parent Directory
|
Revision Log
|
Patch
revision 2578 by jpye, Wed Dec 22 07:17:24 2010 UTC | revision 2579 by jpye, Wed Mar 14 23:05:32 2012 UTC | |
---|---|---|
# | Line 12 int main(void){ | Line 12 int main(void){ |
12 | L.load("conopttest.a4c"); | L.load("conopttest.a4c"); |
13 | Type t = L.findType("conopttest"); | Type t = L.findType("conopttest"); |
14 | cerr << "Type = " << t.getName() << endl; | cerr << "Type = " << t.getName() << endl; |
15 | Simulation S = t.getSimulation("S"); | Simulation S = t.getSimulation("S",1); |
16 | ||
17 | S.build(); | S.build(); |
18 |
|
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |