From a9b6cc08846fce479d9786f63925a4f3ffeb6e2a Mon Sep 17 00:00:00 2001 From: Bertrand Rix Date: Wed, 9 Oct 2024 09:30:16 +0200 Subject: [PATCH] Clean. Signed-off-by: Bertrand Rix --- cpp/powsybljl-cpp/powsybl_jl.cpp | 1 - test/print_network.jl | 1 - 2 files changed, 2 deletions(-) diff --git a/cpp/powsybljl-cpp/powsybl_jl.cpp b/cpp/powsybljl-cpp/powsybl_jl.cpp index 0f932f8..842933e 100644 --- a/cpp/powsybljl-cpp/powsybl_jl.cpp +++ b/cpp/powsybljl-cpp/powsybl_jl.cpp @@ -2,7 +2,6 @@ #include "jlcxx/jlcxx.hpp" #include "powsybl-cpp.h" -#include // Necessary to compile to map struct with no constructor ? template <> struct jlcxx::IsMirroredType : std::false_type {}; diff --git a/test/print_network.jl b/test/print_network.jl index 0f42a68..e32c56d 100644 --- a/test/print_network.jl +++ b/test/print_network.jl @@ -1,5 +1,4 @@ using Powsybl -using CxxWrap using Test network = Powsybl.Network.create_ieee9()