16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 01:19:19 +02:00

Merge branch 'mover_in_c++' of https://github.com/tmj-fstate/maszyna into tmj-fstate-mover_in_c++

This commit is contained in:
milek7
2017-11-03 20:31:20 +01:00
35 changed files with 442 additions and 467 deletions

View File

@@ -35,7 +35,7 @@ public:
// methods
// legacy method, calculates changes in simulation state over specified time
void
update( double dt, int iter );
update( double Deltatime, int Iterationcount );
bool
deserialize( std::string const &Scenariofile );