Skip to content

Commit

Permalink
Fixing broken relative import on CompositeX
Browse files Browse the repository at this point in the history
  • Loading branch information
msparapa committed May 4, 2024
1 parent 21a784c commit 6bab0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lielab/domain/CompositeAlgebra.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <Eigen/Dense>

// Lielab dependencies
#include "constants.hpp"
#include "../constants.hpp"

using Lielab::abstract::Real;
using Lielab::abstract::Imaginary;
Expand Down
2 changes: 1 addition & 1 deletion Lielab/domain/CompositeManifold.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <Eigen/Dense>

// lielab dependencies
#include "constants.hpp"
#include "../constants.hpp"

using Lielab::abstract::Real;
using Lielab::abstract::Imaginary;
Expand Down

0 comments on commit 6bab0ae

Please sign in to comment.