sampsapursiainen / zeffiro_interface

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

131 allow negative coordinates as arguments to zef waitbar init figure #133

Closed SeSodesa closed 2 years ago

SeSodesa commented 2 years ago

Noticed yesterday that zef_waitbar > init_figure does not allow negative coordinates for the underlying figure. It allows them now, and also seems to work with the changes added after I last looked at zef_waitbar.

Please see the attached commit in this pull request to see what has changed. Mainly improved argument validation, and indentations which were broken by the most recent additions were also fixed.

SeSodesa commented 2 years ago

Please hold off on accepting this one. I want to rebase it against main_development_branch, as it seems to have been initially branched off from the master instead of main_development_branch.

SeSodesa commented 2 years ago

Closing this, as the base branch should be changed to main_development_branch.