tomdoel / pulmonarytoolkit

Lung medical image analysis and visualisation software for Matlab.
GNU General Public License v3.0
84 stars 57 forks source link

Running errors #30

Open Hoileong89 opened 6 years ago

Hoileong89 commented 6 years ago

PTKAddPaths; ptk_main = PTKMain; Error: File: PTKMain.m Line: 62 Column: 5 Function definitions in a script must appear at the end of the file. Move all statements after the "PTKMain" function definition to before the first local function definition.

tomdoel commented 6 years ago

Hi, Sounds like the class Framework/PTKMain.m has been modified in some way (maybe accidentally). The original file in the repository seems to be fine.