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

Allow negative coordinates as arguments to zef_waitbar > init_figure #131

Closed SeSodesa closed 2 years ago

SeSodesa commented 2 years ago

It was assumed that negative coordinates couldn't occur when writing the local function but according to Matlab documentation, negative coordinates indicate a distance from the right edge of given a screen or another graphical element. Negative coordinates then need to be allowed in the function zef_waitbar > init_figure.

SeSodesa commented 2 years ago

Need to delete the related branch for now, to accommodate the rebasing onto main_development_branch. The branch was originally accidentally branched off of master.

SeSodesa commented 2 years ago

The branch should now be mergeable via the pull request #135. The branch was re-created and based off of the main_development_branch. Why oh why does GitHub hide the base branch selection by default?

SeSodesa commented 2 years ago

Pull request #135 was merged. Closing issue.