You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/org/lfenergy/pgm/example/PowerGridModelExample.java
+18-7Lines changed: 18 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2
2
// SPDX-License-Identifier: MPL-2.0
3
3
4
-
packagecom.alliander.ads.dgsa.pgm;
4
+
packageorg.lfenergy.pgm.example;
5
5
6
6
importjava.lang.foreign.Arena;
7
7
importjava.lang.foreign.MemorySegment;
@@ -18,14 +18,16 @@
18
18
* <p>
19
19
* NOTE: The generated PowerGridModelC_1 class hardcodes the .so path at generation time. If the library has moved, re-run jextract or update SYMBOL_LOOKUP manually.
0 commit comments