IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 143bc969 authored by ralfulrich's avatar ralfulrich
Browse files

fixed error w/o boost

parent 4db7ae9a
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ TEST_CASE("Data", "[data]") { ...@@ -149,7 +149,7 @@ TEST_CASE("Data", "[data]") {
} }
SECTION("fortran") { SECTION("fortran") {
CHECK_THROWS(cordataopenfile_(""), 0); CHECK_THROWS(cordataopenfile_("", 0));
double a[1]; double a[1];
const int length = 1; const int length = 1;
CHECK_THROWS(cordatafillarray_(a, length)); CHECK_THROWS(cordatafillarray_(a, length));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment