Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
David Cazier
CGoGN
Commits
f2707d9f
Commit
f2707d9f
authored
Mar 07, 2013
by
Pierre Kraemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
micro debug in OpenNL
parent
25f84868
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
ThirdParty/OpenNL/src/NL/nl_cholmod.c
ThirdParty/OpenNL/src/NL/nl_cholmod.c
+1
-2
ThirdParty/OpenNL/src/NL/nl_superlu.c
ThirdParty/OpenNL/src/NL/nl_superlu.c
+2
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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