Skip to content

Commit

Permalink
Update linear_shell_multipatch.cpp
Browse files Browse the repository at this point in the history
Replace EXIT_FAIL with EXIT_FAILURE
  • Loading branch information
weinmueller authored Mar 6, 2024
1 parent ddbb711 commit 66a8169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/linear_shell_multipatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ int main(int argc, char *argv[])
return EXIT_SUCCESS;
#else
GISMO_ERROR("The tutorial needs to be compiled with gsKLShell enabled");
return EXIT_FAILED;
return EXIT_FAILURE;
#endif
}// end main
}// end main

0 comments on commit 66a8169

Please sign in to comment.