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

rtipsy problems reading headers #2

Open
mtremmel opened this issue Sep 1, 2017 · 0 comments
Open

rtipsy problems reading headers #2

mtremmel opened this issue Sep 1, 2017 · 0 comments

Comments

@mtremmel
Copy link

mtremmel commented Sep 1, 2017

currently when rtipsy reads a header file it checks to make sure the file has the right format according to that header (lines 48 and 51). However, without a type specification for the integers in that expression (notice the first is defined as L, but not the next three) it calls and error when it shouldn't. The problem is fixed if all of those integers are defined as LL (probably L would work ok too?)

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