Skip to content
Snippets Groups Projects
Commit f31c94de authored by Reuther, Sebastian's avatar Reuther, Sebastian
Browse files

fixed namespace conflicts in CouplingBaseproblem.h

parent d2796da5
No related branches found
No related tags found
No related merge requests found
......@@ -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_,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment