segrelab / comets

Computation of Microbial Ecosystems in Time and Space
19 stars 10 forks source link

media_refresh now per unit time, not per time step #21

Closed jeremymchacon closed 4 years ago

jeremymchacon commented 4 years ago

Basically I just added a * cParams.getTimeStep() in a couple of places. This is handy because now media_refresh is in per unit time, which means we don't have to change it every time we change the timestep.