Thread Previous • Date Previous • Date Next • Thread Next |
Ema, you can use the postLoad function (equivalent more or lett to postProcessAttributes) where you open the stream, and then just write to it in action. See e.g. how it is done in the base Recorder engine.void FlowEngine::action ( ) ... + std::ofstream eps_vol ("Epsilon_volume.txt", std::ios::app);
HTH, v
Thread Previous • Date Previous • Date Next • Thread Next |