Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz committed Apr 4, 2024
1 parent dcf24ba commit d2853f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sl_stratimikos_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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_,
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit d2853f5

Please sign in to comment.