Fixed issue with the post-processing script where it would not work if the user had attempted to run it more than
once in the same session. This was due to the script not resetting the variables correctly.
Fixed issue with landmark functions where it would incorrectly read the landmarks and throw an array error.
1.0.3
Fixed issue with log window; where if the window exceeded 1000 lines it would freeze the program until it was
restarted. Now it will remove lines from the top of the log window if it exceeds 1000 lines.
1.0.2
Fixed issue in meshing script where it would look for a temporary file that it did not need to unless certain
conditions were met.
1.0.1
Made the inputs freeze while a function is running.
This prevents variables changing and starting a function multiple times.
Changed tempfile functionality to delete file after use.
Changed from local offline documentation in the program to online documentation.