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 <algorithm>
#include <geometry.hpp>
#include <geo/geometry.hpp>
template<class V>
float dot(int n, const V &a, const V &b) {

View File

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