Skip to content
Snippets Groups Projects
Commit f9fd642d authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

overcome macro definition in msvc

parent 251ee7ea
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -39,9 +39,9 @@ namespace AMDiS {
class CouplingTimeInterface : public virtual ProblemTimeInterface
{
public:
void addTimeInterface(ProblemTimeInterface *interface)
void addTimeInterface(ProblemTimeInterface *timeInterface)
{
interfaces_.push_back(interface);
interfaces_.push_back(timeInterface);
}
/// Executes all needed operations when the simulation time changes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment