shigeya / omnetpp

OMNeT++ Discrete Event Simulation Framework (local copy for hack)
14 stars 35 forks source link

Simtime in microseconds #1

Open SamirRachedi opened 3 years ago

SamirRachedi commented 3 years ago

Hi @shigeya,

I'm trying to assign the simTime to a double variable using the dbl() function (ex: double t = simtime().dbl()). But it's only returning 4 digits after the decimal dot.

So, is it possible to increase the number of digits to 6?

thanks.

shigeya commented 3 years ago

Hi, I think you'd better ask in the master repository of omnetpp instead of a forked repository like mine here.