Skip to content

Commit 38dd308

Browse files
committed
fix compilation with nvhpc
1 parent dc8964b commit 38dd308

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/NortonFailure.mfront

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@
1616
};
1717

1818
@Integrator{
19-
return FAILURE;
20-
}
19+
if(true){
20+
return FAILURE;
21+
}
22+
}

0 commit comments

Comments
 (0)