underworldcode / underworld3

https://underworldcode.github.io/underworld3/
Other
21 stars 10 forks source link

Over-writing of meshVariable.sym #175

Open lmoresi opened 8 months ago

lmoresi commented 8 months ago

The meshVariable.sym value should be read only.

I don't think there is any reason to change this once the variable has been defined. If there is, it should not be easy to do it unintentionally.

L

lmoresi commented 7 months ago

@julesghub - can you look at this ? The meshVariable is using a property with no setter, so I don't understand why this is over-written. Shouldn't it throw an error ?