Skip to content

Commit

Permalink
Merge branch 'main' into macos_arm64_build
Browse files Browse the repository at this point in the history
  • Loading branch information
olperr1 authored Jun 28, 2024
2 parents 38a8811 + 4639a05 commit 8e4dffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/cpp/lu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ JNIEXPORT jdouble JNICALL Java_com_powsybl_math_matrix_SparseLUDecomposition_upd
} catch (...) {
powsybl::jni::throwMatrixException(env, "Unknown exception");
}
return 0;
}

/*
Expand Down

0 comments on commit 8e4dffe

Please sign in to comment.