Changes between Initial Version and Version 1 of Ticket #1924, comment 5
- Timestamp:
- 2012-11-27T14:42:30Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1924, comment 5
initial v1 1 1 Hack for the models 2 2 {{{ 3 3 s = ComponentReference.printComponentRefStr(inComponentRef); 4 4 //false = intEq(System.strcmp(s,"pumps.medium.h"),0); 5 5 //false = intEq(System.strcmp(s,"pumps.medium.p"),0); 6 6 false = intEq(System.strcmp(s,"coil.i"),0); 7 }}}