From d2853f526006744a906f1cf0684963ed99e68b57 Mon Sep 17 00:00:00 2001 From: Weston Ortiz Date: Thu, 4 Apr 2024 17:20:04 -0600 Subject: [PATCH] clang format --- src/sl_stratimikos_interface.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/sl_stratimikos_interface.cpp b/src/sl_stratimikos_interface.cpp index cb748e35..e3a96ee3 100644 --- a/src/sl_stratimikos_interface.cpp +++ b/src/sl_stratimikos_interface.cpp @@ -232,7 +232,7 @@ int stratimikos_solve_tpetra(struct GomaLinearSolverData *ams, return -1; } } -#else /* GOMA_ENABLE_TPETRA */ +#else /* GOMA_ENABLE_TPETRA */ int stratimikos_solve_tpetra(struct GomaLinearSolverData *ams, double *x_, double *b_, @@ -333,11 +333,11 @@ extern "C" { #include "mm_eh.h" #include "std.h" int stratimikos_solve_tpetra(struct GomaLinearSolverData *ams, - double *x_, - double *b_, - int *iterations, - char stratimikos_file[MAX_NUM_MATRICES][MAX_CHAR_IN_INPUT], - int imtrx) { + double *x_, + double *b_, + int *iterations, + char stratimikos_file[MAX_NUM_MATRICES][MAX_CHAR_IN_INPUT], + int imtrx) { GOMA_EH(GOMA_ERROR, "Not built with stratimikos support!"); return -1; }