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:
authorCampbell Barton <ideasman42@gmail.com>2010-10-18 15:21:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-18 15:21:22 +0400
commit58683fa993e11d7bf888050e359b864f865d7c41 (patch)
tree2b23d73e312916ccdca6b780199e1fda1caf557b /intern/opennl
parent9650667b3df2f39c35b7632720ff872265dfeaa5 (diff)
enable DEBUG define in CMake and scons, also change booleans debug option to BOP_DEBUG, which was used inconsistently, and had to add a define for superlu.
Diffstat (limited to 'intern/opennl')
-rw-r--r--intern/opennl/superlu/ssp_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opennl/superlu/ssp_defs.h b/intern/opennl/superlu/ssp_defs.h
index 61b324e74d8..7828a47d260 100644
--- a/intern/opennl/superlu/ssp_defs.h
+++ b/intern/opennl/superlu/ssp_defs.h
@@ -228,7 +228,7 @@ extern void check_tempv(int, float *);
extern int print_int_vec(char *what, int n, int *vec);
extern int sp_symetree(int *acolst, int *acolend, int *arow, int n, int *parent);
-
+extern void sprint_lu_col(char *msg, int jcol, int pivrow, int *xprune, GlobalLU_t *Glu); // added to build with debug for blender - campbell
#ifdef __cplusplus
}
#endif