Artifact 2c3cf765fe1c662c06d567e61371993055b4ab64086ba208bc16c4f868ac5ffc:
- 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]
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