rometsch / fargocpt

Fluid dynamics code to study the interaction between protoplanetary disks and planets.
GNU Affero General Public License v3.0
6 stars 3 forks source link

Changed initial rampup_time value from false to 0.0 #40

Closed Lumajord closed 11 months ago

Lumajord commented 11 months ago

m_irradiation_rampuptime is a double float parameter.

rometsch commented 11 months ago

Thanks for spotting this! Luckly bool was integer 0, so functionally the old and new are the same.