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/strsv.c')
-rw-r--r--intern/opennl/superlu/strsv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/opennl/superlu/strsv.c b/intern/opennl/superlu/strsv.c
index 415f96f5f74..a1d66ed7341 100644
--- a/intern/opennl/superlu/strsv.c
+++ b/intern/opennl/superlu/strsv.c
@@ -1,3 +1,6 @@
+/** \file opennl/superlu/strsv.c
+ * \ingroup opennl
+ */
int strsv_(char *, char *, char *, int *, float *, int *, float *, int *);