Skip to content
Snippets Groups Projects
Commit 689880ac authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files
parents 794b840b f9fd642d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment