WIP: Move old geometry solver to include/geo

This commit is contained in:
David Allemang
2022-02-25 18:07:31 -05:00
parent 2d2feb3256
commit 0b03dc67fb
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
#include <vector> #include <vector>
#include <algorithm> #include <algorithm>
#include <geometry.hpp> #include <geo/geometry.hpp>
template<class V> template<class V>
float dot(int n, const V &a, const V &b) { float dot(int n, const V &a, const V &b) {

View File

@@ -6,7 +6,7 @@
#include <numeric> #include <numeric>
#include <iostream> #include <iostream>
#include <geometry.hpp> #include <geo/geometry.hpp>
#include "combo.hpp" #include "combo.hpp"

View File

@@ -1,7 +1,7 @@
#include <geometry.hpp>
#include <tc/groups.hpp> #include <tc/groups.hpp>
#include <solver.hpp> #include <geo/geometry.hpp>
#include <mirror.hpp> #include <geo/solver.hpp>
#include <geo/mirror.hpp>
#include <ml/meshlib.hpp> #include <ml/meshlib.hpp>
#include <ml/meshlib_json.hpp> #include <ml/meshlib_json.hpp>