Skip to content

Commit

Permalink
fixed core.h public header file (use geometry.h instead of old mesh.h)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlePalu committed Feb 27, 2024
1 parent f35b348 commit 89558e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fdaPDE/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89558e2

Please sign in to comment.