Index: mttroot/mtt/lib/comp/simple/SS_eqn.m ================================================================== --- mttroot/mtt/lib/comp/simple/SS_eqn.m +++ mttroot/mtt/lib/comp/simple/SS_eqn.m @@ -26,10 +26,13 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ +% %% Revision 1.19 1998/07/08 11:33:54 peterg +% %% Replace mtt_info by mtt_error when appropriate +% %% % %% Revision 1.18 1998/07/08 11:30:45 peterg % %% Removed second (fileID) argument from mtt_info % %% % %% Revision 1.17 1998/07/04 07:15:44 peterg % %% Back under RCS @@ -110,11 +113,11 @@ flow_attribute = a(2,:); end; else # Old style file effort_attribute = cr; flow_attribute = args; - mtt_info(sprintf("SS component: Hmm... looks like an old-style label file")); + # mtt_info(sprintf("SS component: Hmm... looks like an old-style label file")); end; % Default attributes if strcmp(effort_attribute,'') effort_attribute = 'external';