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/sgstrs.c')
-rw-r--r--intern/opennl/superlu/sgstrs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opennl/superlu/sgstrs.c b/intern/opennl/superlu/sgstrs.c
index 5f7b9b57195..b83545f8ce6 100644
--- a/intern/opennl/superlu/sgstrs.c
+++ b/intern/opennl/superlu/sgstrs.c
@@ -28,7 +28,7 @@
void susolve(int, int, float*, float*);
void slsolve(int, int, float*, float*);
void smatvec(int, int, int, float*, float*, float*);
-
+void sprint_soln(int , float *);
void
sgstrs (trans_t trans, SuperMatrix *L, SuperMatrix *U,