Only allocate memory in CropType if use_crop is true
Open
b4b
good first issue
performance
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 6d 6h
- Merged PRs (30d)
- 8
Description
Maybe there's a reason it's allocated even if `use_crop` is false, but it seems like this might be a big performance (memory) win for non-crop setups such as used in PPE work.
Related to #229.
Contributor guide
Assessment
This issue has not been assessed yet.