firelab / behave

A new implementation of the extended Rothermel model
Other
11 stars 8 forks source link

Use `struct` instead of `class` for SpeciesMasterTableRecord #6

Closed rjsheperd closed 1 year ago

rjsheperd commented 1 year ago

Purpose

Decrease compilation time for mortality code by using struct instead of class for the SpeciesMasterTableRecord. This allows early optimization, which is necessary for the Behave library to load via the WASM bytecode.