Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Nov 19, 2023
1 parent d6e6b9f commit 3e6f9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace powsybl {
extern "C" {
#endif

JNIEXPORT void JNICALL Java_com_powsybl_math_solver_KinsolSolver(JNIEnv * env, jobject) {
JNIEXPORT void JNICALL Java_com_powsybl_math_solver_KinsolSolver_test(JNIEnv * env, jobject) {
try {
SUNContext sunctx;
int error = SUNContext_Create(nullptr, &sunctx);
Expand Down

0 comments on commit 3e6f9a8

Please sign in to comment.