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
amdis
amdis-core
Commits
412f676d
Commit
412f676d
authored
Aug 05, 2020
by
Müller, Felix
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove makeProblemInstat
parent
9110f9bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
amdis/ProblemInstat.hpp
amdis/ProblemInstat.hpp
+0
-14
No files found.
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
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