-
Notifications
You must be signed in to change notification settings - Fork 42
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
Quality Check on calc.c #164
Comments
making it big, since calc.c is currently very sloppy and has a lot of bugs. |
@plankp can you change the calc.c function so that the args is now an list with the arguments as strings? calc.c would need to concat all of the strings then dissect it. |
? |
The new kernelFunction.c will now be passing a list for the args, instead of a string, with spaces dividing the different args. Since some people might use spaces in the equation, it would be good to concat all of the args together, and then dissect that for the calc. Please start working on a version of calc.c that will take a list as input. (The list will have been shrunk previously) |
A list of args? so for example a input like |
actually, i can remove the "calc" argument first, but yea, that's the idea. |
Does it pass arguments like that yet? |
once i integrate the updated kernelFunctions.c. Right now it still gives me errors, and i can't finish the integration till tonight. |
ok |
No description provided.
The text was updated successfully, but these errors were encountered: