Skip to content

Commit

Permalink
removed unnecessary endif
Browse files Browse the repository at this point in the history
  • Loading branch information
maggul committed Jan 27, 2025
1 parent c680123 commit 41830be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/solver/impls/arkode/arkode_mri.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -997,5 +997,4 @@ void ArkodeMRISolver::loop_abstol_values_op(Ind2D UNUSED(i2d), BoutReal* abstolv
}
}

#endif // SUNDIALS_VERSION CHECK
#endif // BOUT_HAS_ARKODE
1 change: 0 additions & 1 deletion src/solver/impls/arkode/arkode_mri.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ private:
};

#else
#endif // SUNDIALS_VERSION CHECK
#endif // BOUT_HAS_ARKODE
#endif // BOUT_ARKODE_MRI_SOLVER_H

0 comments on commit 41830be

Please sign in to comment.