Index: /issm/trunk-jpl/src/c/include/macros.h
===================================================================
--- /issm/trunk-jpl/src/c/include/macros.h	(revision 13815)
+++ /issm/trunk-jpl/src/c/include/macros.h	(revision 13816)
@@ -83,12 +83,13 @@
 	catch(ErrorException &exception){\
 		exception.Report();\
-		return 1;\
+		return 0;\
 	}\
 	catch (exception& e) {\
 		_printf_(true,"Standard exception: %s\n",e.what());\
-		return 1;\
+		return 0;\
 	}\
 	catch(...){\
 		_printf_(true,"An unexpected error occurred");\
+		return 0;\
 	}
 /*}}}*/
