Puhti seems to have issues with line continuations in ZefSourceModel
Closed this issue · 0 comments
SeSodesa commented
The class file m/ZefSourceModel.m
currently contains commas ,
and line continuation operators ...
in its enumeration block. Local installations of Matlab don't seem to mind these, but Puhti of CSC fame certainly does. Removing the lines gets rid of the syntax error warning (that's right, an error-warning)
An END might be missing before METHODS on line 16, possibly matching ENUMERATION.
This should propbably be fixed (by me).