We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cc476 commit 46a21aeCopy full SHA for 46a21ae
content/docs/couple-your-code/porting/couple-your-code-porting-v2-3.md
@@ -197,7 +197,7 @@ The API function `initializeData()` has been removed in [#1350](https://github.c
197
// Move initialize to the place where you called initializeData() previously.
198
- couplingInterface.initializeData();
199
+ participant.initialize();
200
-+ double dt = participant.getMaxTimeWindowSize();
++ double dt = participant.getMaxTimeStepSize();
201
```
202
203
Typical error message that should lead you here:
0 commit comments