sampsapursiainen / zeffiro_interface

Interface for using finite elements in inverse problems with complex domains
GNU General Public License v3.0
24 stars 15 forks source link

Puhti seems to have issues with line continuations in ZefSourceModel #153

Closed SeSodesa closed 1 year ago

SeSodesa commented 1 year ago

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).