Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/opennl/superlu/util.h')
-rw-r--r--intern/opennl/superlu/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/opennl/superlu/util.h b/intern/opennl/superlu/util.h
index f13108b2256..c4c478cec2b 100644
--- a/intern/opennl/superlu/util.h
+++ b/intern/opennl/superlu/util.h
@@ -24,7 +24,8 @@
#define NUM_TEMPV(m,w,t,b) ( SUPERLU_MAX(m, (t + b)*w) )
#ifndef USER_ABORT
-#define USER_ABORT(msg) superlu_abort_and_exit(msg)
+#define USER_ABORT(msg) \
+ { fprintf(stderr, "%s", msg); exit (-1); }
#endif
#define ABORT(err_msg) \