Differences From Artifact [682108bc4c]:
- Executable file mttroot/mtt/lib/comp/simple/ES_alias.m — part of check-in [d7a8ba12d4] at 1998-07-02 14:50:11 on branch origin/master — Initial revision (user: gawthrop@users.sourceforge.net, size: 345) [annotate] [blame] [check-ins using]
To Artifact [2c3cf765fe]:
- Executable file mtt/lib/comp/simple/ES_alias.m — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 513) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/comp/simple/ES_alias.m — part of check-in [e7296f7eec] at 2003-08-19 15:44:55 on branch origin/master — Updated for new MTT (user: gawthrop@users.sourceforge.net, size: 513) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + + + + + + + + + | function alias = ES_alias # Port aliases for ES ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/07/02 14:47:53 peterg ## Initial revision ## ############################################################### alias.in = '1'; alias.out = '2'; alias.e = '1'; alias.s = '2'; alias.enthalpy = '1'; alias.entropy = '2'; endfunction |