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

Adding ability to create scalar variables #6

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

samharrison7
Copy link
Contributor

As per issue #5. Added a new function to create scalar variables, which can be used like:

var = nc%setVariable('scalar', 'i32')
call var%setData(42)

I also added a bit to the README and added a test for this.

@schaefed
Copy link
Owner

Great, thanks a lot! Nice to see some interest in this...

@schaefed schaefed merged commit 75a5611 into schaefed:master Mar 26, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants