Misc stuff (ant-file, Matlab-interface)

This commit is contained in:
Marcel Kronfeld
2009-10-19 10:08:35 +00:00
parent ca490cf482
commit 08ab9a7d58
2 changed files with 37 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ try
catch ME
disp('Function evaluation failed:');
disp(ME.message);
error('Test failed!');
error(['Test failed! ' ME.message]);
end
disp('Function returned: ');