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
iwr
amdis
Commits
5f059f08
Commit
5f059f08
authored
Oct 27, 2016
by
Praetorius, Simon
Browse files
small error in petsc helpers corrected
parent
d703c9c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/parallel/PetscHelper.h
View file @
5f059f08
...
...
@@ -129,9 +129,9 @@ namespace AMDiS
inline
PetscErrorCode
options_view
(
PetscViewer
viewer
)
{
#if (PETSC_VERSION_MINOR >= 7)
return
PetscOptionsView
(
PETSC_NULL
,
PetscV
iewer
);
return
PetscOptionsView
(
PETSC_NULL
,
v
iewer
);
#else
return
PetscOptionsView
(
PetscV
iewer
);
return
PetscOptionsView
(
v
iewer
);
#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