msg::warning("Intervaltime is smaller than max timestep, output will contain interpolated results.");
MAXTIMESTEP=intervaltime;
if(intervaltime*1.05<MAXTIMESTEP)msg::warning("Intervaltime ("+std::to_string(intervaltime)+") < max timestep ("+std::to_string(MAXTIMESTEP)+"), reducing max time step to avoid interpolation.");