Skip to content

Commit

Permalink
make findpts_el_3_test2 return 0
Browse files Browse the repository at this point in the history
  • Loading branch information
stgeke committed Mar 18, 2018
1 parent aab2ab4 commit e53419c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
[17](https://github.com/gslib/gslib/issues/17)

## Thanks to our Contributors
This release contains contributions from: James Lottes, Paul Fischer, Stefan Kerkemeier
This release contains contributions from: @stgeke
We are also grateful to all who filed issues or helped resolve them, asked and answered questions, and were part of inspiring discussions.
2 changes: 1 addition & 1 deletion tests/findpts_el_3_test2.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ int main()
printf("%u failed points (out of %u)\n", failure, (6+REPEAT)*TNTOT);
printf("%u unconverged points\n", unconv);

return failure;
return 0;
}

0 comments on commit e53419c

Please sign in to comment.