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
Backofen, Rainer
amdis
Commits
f724b395
Commit
f724b395
authored
May 12, 2010
by
Praetorius, Simon
Browse files
Fehler in TranslateLsFct.h beseitigt
parent
7f20a146
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/compositeFEM/src/TranslateLsFct.h
View file @
f724b395
...
...
@@ -46,7 +46,7 @@ public:
*/
const
T
&
operator
()(
const
DimVec
<
double
>&
bary
)
const
{
f
->
setElInfo
(
elInfo
_
);
f
->
setElInfo
(
this
->
elInfo
);
return
((
*
f
)(
bary
)
-
c
);
};
...
...
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