# HG changeset patch # User idamnjanovic # Date 1269525750 0 # Node ID a0571bf2ff54d75412247b41f868a59bdf767203 # Parent cd55209c69e1fee4119560f108c9dde1f74517ee diff -r cd55209c69e1 -r a0571bf2ff54 SMALLboxSetup.m --- a/SMALLboxSetup.m Thu Mar 25 14:02:09 2010 +0000 +++ b/SMALLboxSetup.m Thu Mar 25 14:02:30 2010 +0000 @@ -358,9 +358,9 @@ fprintf('\n Compiling MEX interfaces for SMALL examples \n'); make; end - fprintf('\n SMALLbox Examples Installation Successful! \n'); + fprintf('\n SMALLbox Problems Installation Successful! \n'); catch - fprintf('\n SMALLbox Examples Installation Failed \n'); + fprintf('\n SMALLbox Problems Installation Failed \n'); end cd(SMALL_path);