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
iwr
amdis
Commits
689880ac
Commit
689880ac
authored
Oct 30, 2016
by
Praetorius, Simon
Browse files
Merge branch 'master' of
https://gitlab.math.tu-dresden.de/iwr/amdis
parents
794b840b
f9fd642d
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/CouplingTimeInterface.h
View file @
689880ac
...
...
@@ -39,9 +39,9 @@ namespace AMDiS {
class
CouplingTimeInterface
:
public
virtual
ProblemTimeInterface
{
public:
void
addTimeInterface
(
ProblemTimeInterface
*
i
nterface
)
void
addTimeInterface
(
ProblemTimeInterface
*
timeI
nterface
)
{
interfaces_
.
push_back
(
i
nterface
);
interfaces_
.
push_back
(
timeI
nterface
);
}
/// Executes all needed operations when the simulation time changes.
...
...
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