From 89558e2ca94de4ee6bae37a7f862fc65c724fd33 Mon Sep 17 00:00:00 2001 From: AlePalu Date: Tue, 27 Feb 2024 15:10:38 +0100 Subject: [PATCH] fixed core.h public header file (use geometry.h instead of old mesh.h) --- fdaPDE/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdaPDE/core.h b/fdaPDE/core.h index 1f0852da..449f7072 100644 --- a/fdaPDE/core.h +++ b/fdaPDE/core.h @@ -19,7 +19,7 @@ #include "utils.h" #include "fields.h" -#include "mesh.h" +#include "geometry.h" #include "linear_algebra.h" #include "optimization.h" #include "finite_elements.h"