Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Praetorius, Simon
dune-amdis
Commits
ed9ae3a5
Commit
ed9ae3a5
authored
Nov 15, 2018
by
Praetorius, Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected the concept-check in AnalyticGridFunction order function
parent
e034a097
Pipeline
#1419
passed with stage
in 32 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/amdis/gridfunctions/AnalyticGridFunction.hpp
src/amdis/gridfunctions/AnalyticGridFunction.hpp
+1
-1
No files found.
src/amdis/gridfunctions/AnalyticGridFunction.hpp
View file @
ed9ae3a5
...
...
@@ -80,7 +80,7 @@ namespace AMDiS
* - The functor `F` must fulfill the concept \ref Concepts::HasOrder
**/
template
<
class
Sig
,
class
LocalContext
,
class
F
,
REQUIRES
(
Concepts
::
HasOrder
<
F
>)
>
REQUIRES
(
Concepts
::
Has
Functor
Order
<
F
,
1
>)
>
int
order
(
AnalyticLocalFunction
<
Sig
,
LocalContext
,
F
>
const
&
lf
)
{
return
order
(
lf
.
fct
(),
1
);
...
...
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