Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CGoGN
CGoGN
Commits
f2707d9f
Commit
f2707d9f
authored
Mar 07, 2013
by
Pierre Kraemer
Browse files
micro debug in OpenNL
parent
25f84868
Changes
2
Hide whitespace changes
Inline
Side-by-side
ThirdParty/OpenNL/src/NL/nl_cholmod.c
View file @
f2707d9f
...
...
@@ -206,9 +206,8 @@ NLboolean nlSolve_CHOLMOD() {
return
NL_FALSE
;
}
NLboolean
nlClear_CHOLMOD
()
{
void
nlClear_CHOLMOD
()
{
nl_assert_not_reached
;
return
NL_FALSE
;
}
#endif
ThirdParty/OpenNL/src/NL/nl_superlu.c
View file @
f2707d9f
...
...
@@ -268,17 +268,16 @@ void nlClear_SUPERLU() {
NLboolean
nlFactorize_SUPERLU
()
{
nl_assert_not_reached
;
return
0
;
return
NL_FALSE
;
}
NLboolean
nlSolve_SUPERLU
()
{
nl_assert_not_reached
;
return
0
;
return
NL_FALSE
;
}
void
nlCLear_SUPERLU
()
{
nl_assert_not_reached
;
return
0
;
}
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment