We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a missing semicolon in
miniAMR/ref/profile.c
Line 43 in c60d588
The text was updated successfully, but these errors were encountered:
I am not able to raise a pull request based on this. Can someone please take this commit in?
commit 6d58168235b1b79f1e8984a7bce968cf459d153e Author: Hari Subramoni <[email protected]> Date: Fri Sep 3 17:23:04 2021 -0400 Fix compliation error diff --git a/ref/profile.c b/ref/profile.c index 00ee24d..be18ab1 100644 --- a/ref/profile.c +++ b/ref/profile.c @@ -40,7 +40,7 @@ void profile(void) double total_gflops, gflops_rank, total_fp_ops, total_fp_adds, total_fp_divs, delta; object *op; - char *version = "1.7.0" + char *version = "1.7.0"; FILE *fp; calculate_results();
Sorry, something went wrong.
I was able to raise a pull request for this. Please ignore my earlier comment.
#11
No branches or pull requests
There is a missing semicolon in
miniAMR/ref/profile.c
Line 43 in c60d588
The text was updated successfully, but these errors were encountered: