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
amdis
amdis-core
Commits
412f676d
Commit
412f676d
authored
Aug 05, 2020
by
Müller, Felix
Browse files
Remove makeProblemInstat
parent
9110f9bd
Changes
1
Show whitespace changes
Inline
Side-by-side
amdis/ProblemInstat.hpp
View file @
412f676d
...
...
@@ -96,20 +96,6 @@ namespace AMDiS
->
ProblemInstat
<
Traits
>
;
// Generator for ProblemInstat with given ProblemStat
template
<
class
Traits
>
ProblemInstat
<
Traits
>
makeProblemInstat
(
std
::
string
const
&
name
,
ProblemStat
<
Traits
>&
prob
)
{
return
{
name
,
prob
};
}
// Generator for ProblemInstat with given ProblemStat and initialization problem
template
<
class
Traits
>
ProblemInstat
<
Traits
>
makeProblemInstat
(
std
::
string
const
&
name
,
ProblemStat
<
Traits
>&
prob
,
ProblemStatBase
&
initialProb
)
{
return
{
name
,
prob
,
initialProb
};
}
// mark template as explicitly instantiated in cpp file
extern
template
class
ProblemInstat
<
YaspGridBasis
<
2
,
1
>
>
;
extern
template
class
ProblemInstat
<
YaspGridBasis
<
2
,
2
>
>
;
...
...
Write
Preview
Supports
Markdown
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