ADDED mttroot/mtt/lib/comp/simple/SS_alias.m Index: mttroot/mtt/lib/comp/simple/SS_alias.m ================================================================== --- /dev/null +++ mttroot/mtt/lib/comp/simple/SS_alias.m @@ -0,0 +1,15 @@ +function alias = SS_alias # Port aliases for SS + +############################################################### +## Version control history +############################################################### +## $Id$ +## $Log$ +############################################################### + + alias.in = '1'; + alias.out = '1'; + +endfunction + +