/[ascend]/trunk/models/test/blackbox/pass.a4c
ViewVC logotype

Contents of /trunk/models/test/blackbox/pass.a4c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1032 - (show annotations) (download) (as text)
Thu Jan 4 01:51:38 2007 UTC (18 years, 10 months ago) by johnpye
File MIME type: text/x-ascend
File size: 254 byte(s)
Added a necessary export symbol in extcall for used by bboxtest.
Broke apart Ben's z-bbox test suite and added it to the Python tests.
1 REQUIRE "test/blackbox/bbox3.a4c";
2
3 (* simple single bbox forward solve *)
4 MODEL pass1 REFINES bbox3;
5 END pass1;
6
7 (* simple single bbox reverse solve *)
8 MODEL pass2 REFINES bbox3;
9 METHODS
10 METHOD specify;
11 RUN specify_reverse;
12 END specify;
13 END pass2;

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22