Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The creation of the pimpl needs no simcall
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Mar 2019 17:52:08 +0000 (18:52 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 1 Mar 2019 17:57:12 +0000 (18:57 +0100)
Now that init and start are split, creating the ExecImpl in init (the
constructor) has no impact on the simulation kernel. The action is
created by start().

This slightly modifies the ordering of the output in one tesh file


No differences found