Mercurial > hg > smallbox
comparison SMALLboxSetup.m @ 14:a0571bf2ff54
(none)
author | idamnjanovic |
---|---|
date | Thu, 25 Mar 2010 14:02:30 +0000 |
parents | b6d8f2c4f5fa |
children | 636a2a3d7302 |
comparison
equal
deleted
inserted
replaced
13:cd55209c69e1 | 14:a0571bf2ff54 |
---|---|
356 cd(['Problems',FS,'private']); | 356 cd(['Problems',FS,'private']); |
357 if exist('addtocols' ,'file')~=3, | 357 if exist('addtocols' ,'file')~=3, |
358 fprintf('\n Compiling MEX interfaces for SMALL examples \n'); | 358 fprintf('\n Compiling MEX interfaces for SMALL examples \n'); |
359 make; | 359 make; |
360 end | 360 end |
361 fprintf('\n SMALLbox Examples Installation Successful! \n'); | 361 fprintf('\n SMALLbox Problems Installation Successful! \n'); |
362 catch | 362 catch |
363 fprintf('\n SMALLbox Examples Installation Failed \n'); | 363 fprintf('\n SMALLbox Problems Installation Failed \n'); |
364 end | 364 end |
365 cd(SMALL_path); | 365 cd(SMALL_path); |
366 | 366 |
367 | 367 |
368 | 368 |