vtpasquale / NASTRAN_CoFE

A finite element code for structural analysis. Written in MATLAB. Uses Nastran input format.
Other
57 stars 16 forks source link

Obsolete syntax used for defining class property types. #21

Closed vtpasquale closed 1 year ago

vtpasquale commented 1 year ago

Most of the source was developed in MATLAB 2016b. Obsolete syntax is used for defining class property types. The syntax is disallowed after MATLAB 2021. The code needs to be updated to the new property validation syntax to work in new MATLAB versions – this will break the code in older MATLAB versions.

vtpasquale commented 1 year ago

Transitioned to new property validation syntax