Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aland, Sebastian
amdis
Commits
d12d492b
Commit
d12d492b
authored
Apr 29, 2014
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
integrate-method in GenericOperators corrected
parent
6b1e64b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AMDiS/src/GenericOperatorTerm.h
AMDiS/src/GenericOperatorTerm.h
+1
-1
AMDiS/src/GenericOperatorTerm.hh
AMDiS/src/GenericOperatorTerm.hh
+1
-1
No files found.
AMDiS/src/GenericOperatorTerm.h
View file @
d12d492b
...
...
@@ -785,7 +785,7 @@ eval(AbstractFunction<TOut, WorldVector<double> >* fct) { return function_(wrap(
template
<
typename
Term
>
inline
typename
boost
::
enable_if
<
typename
boost
::
is_base_of
<
LazyOperatorTermBase
,
Term
>::
type
,
typename
Term
::
value_type
>::
type
integrate
(
Term
term
);
integrate
(
Term
term
,
Mesh
*
mesh_
=
NULL
);
template
<
typename
Term
>
...
...
AMDiS/src/GenericOperatorTerm.hh
View file @
d12d492b
...
...
@@ -53,7 +53,7 @@ namespace AMDiS {
template
<
typename
Term
>
inline
typename
boost
::
enable_if
<
typename
boost
::
is_base_of
<
LazyOperatorTermBase
,
Term
>::
type
,
typename
Term
::
value_type
>::
type
integrate
(
Term
term
,
Mesh
*
mesh_
=
NULL
)
integrate
(
Term
term
,
Mesh
*
mesh_
)
{
typedef
typename
Term
::
value_type
TOut
;
...
...
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