cse-sim / cse

California Simulation Engine
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

ALTER of array data muddles field info #495

Open chipbarnaby opened 4 months ago

chipbarnaby commented 4 months ago

Arrays that allow variable # of input values don't set Example

Upshot is that filed status values such as FsSET and FsVAL are not correct for the updated array.

Believed caused by field status not being re-initialized at ALTER time.

A quick search did not locate where initialization is or should be occuring.