Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
cdb4ba50
Commit
cdb4ba50
authored
Aug 22, 2012
by
Thomas Witkowski
Browse files
Small fix in BaseProblem.
parent
dc9956be
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/base_problems/BaseProblem.h
View file @
cdb4ba50
...
...
@@ -94,7 +94,7 @@ public:
}
/// pointer to the feSpace of the problem
inline
FiniteElemSpace
*
getFeSpace
(
int
comp
=
0
)
inline
const
FiniteElemSpace
*
getFeSpace
(
int
comp
=
0
)
{
return
prob
->
getFeSpace
(
comp
);
}
...
...
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