Skip to content
Snippets Groups Projects
Commit afa84352 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Correct unreachable code

parent 05367a0a
Branches
No related tags found
1 merge request!2044Draft: NVHPC compiler warnings hacks needed for an error free compile
......@@ -2263,9 +2263,9 @@ static int repart_init_fixed_costs(void) {
#include <partition_fixed_costs.h>
return HAVE_FIXED_COSTS;
#endif
#else
return 0;
#endif
}
#endif /* WITH_MPI */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment