MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

Make type Person a concrete type #37

Closed AtiyahElsheikh closed 1 year ago

AtiyahElsheikh commented 1 year ago

As version 0.2.4, type Person is not concrete type.

This contributes to type-instabilities during simulation causing the compiler not capable of producing best-optimized code as the storage needed for an object of type Person is not pre-determined.