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
f31c94de
Commit
f31c94de
authored
Feb 12, 2014
by
Reuther, Sebastian
Browse files
fixed namespace conflicts in CouplingBaseproblem.h
parent
d2796da5
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/base_problems/CouplingBaseProblem.h
View file @
f31c94de
...
...
@@ -23,10 +23,10 @@ using namespace AMDiS;
template
<
class
ProblemType
=
ProblemStat
,
class
BaseProblemType
=
BaseProblem
<
ProblemStat
>
>
class
CouplingBaseProblem
:
public
CouplingIterationInterface
,
public
CouplingTimeInterface
,
public
detail
::
CouplingProblemStat
<
ProblemType
>
public
AMDiS
::
detail
::
CouplingProblemStat
<
ProblemType
>
{
public:
typedef
detail
::
CouplingProblemStat
<
ProblemType
>
CProblemStat
;
typedef
AMDiS
::
detail
::
CouplingProblemStat
<
ProblemType
>
CProblemStat
;
CouplingBaseProblem
(
std
::
string
name_
,
BaseProblemType
*
prob0_
,
...
...
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