CharacteristicMappingMethod / cmm-turbulence

CMM Turbulence code
GNU General Public License v3.0
1 stars 0 forks source link

Dev_W_fine is included in Dev_W_H_fine_real and can therefore be removed #22

Closed Arcadia197 closed 2 years ago

Arcadia197 commented 2 years ago

All occurences of Dev_W_fine could be changed to be taken from the hermitian array of Dev_W_H_fine_real (and also this name has to be changed). This could be achieved by utilizing &Dev_W_H_fine_real[Grid_fine.N]. Both variables are set in the translate...-function, the creation could therefore be easily changed. Usage however is a bit more complicated, as Dev_W_fine is used very often.

Arcadia197 commented 2 years ago

Actually, Dev_W_fine is used only for storing purposes. However, before it is used it is computed newly again anyways, so trash variables can be used here.

Arcadia197 commented 2 years ago

Done, saves some space