Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgmt argument should be first for clib functions #50

Closed
leouieda opened this issue Sep 28, 2017 · 1 comment
Closed

libgmt argument should be first for clib functions #50

leouieda opened this issue Sep 28, 2017 · 1 comment

Comments

@leouieda
Copy link
Member

Almost every function in gmt.clib.core requires the libgmt argument (a ctypes.CDLL instance). Currently, it's the last argument. That makes it hard to implement optional arguments or **kwargs in these functions.

It should the first argument, followed by session.

@leouieda
Copy link
Member Author

This is irrelevant after #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant