/[ascend]/trunk/models/testnotes.a4c
ViewVC logotype

Annotation of /trunk/models/testnotes.a4c

Parent Directory Parent Directory | Revision Log Revision Log


Revision 836 - (hide annotations) (download) (as text)
Wed Sep 6 15:54:00 2006 UTC (18 years, 7 months ago) by aw0a
File MIME type: text/x-ascend
File size: 381 byte(s)
added testnotes to model library
1 aw0a 836 REQUIRE "atoms.a4l";
2    
3     ADD NOTES IN testNotes;
4     'key1' SELF {key1 note}
5     'key2' SELF {key2 note}
6     'key3' dog {key3 dog note}
7     'key3' cat {key3 cat note}
8     END NOTES;
9    
10     MODEL testNotes;
11     T IS_A temperature;
12     P IS_A pressure;
13    
14     METHODS
15    
16     METHOD method1;
17     T := 300 {K};
18     END method1;
19    
20     METHOD default_self;
21     END default_self;
22    
23     END testNotes;
24    

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