pohlan / SheetModel.jl

2 stars 1 forks source link

ToDo at some point: remove unnessessary arrays #15

Closed pohlan closed 3 years ago

pohlan commented 3 years ago

For example qx, qy here:

https://github.com/pohlan/SheetModel.jl/blob/edfd06b9d5829e7eeab152d4a78960a73ed0a18d/src/modelonly.jl#L144-L146

The arrays are not used at the moment, leftover from previous implementations. Maybe wait to do this until code has developped further.