From 6c56267423a403c5da23380e9d6f23e8926ffb46 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 7 Mar 2019 19:14:01 -0500 Subject: Move math functions into a separate library --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 26ed520..9b67ffd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,9 +12,10 @@ #include "gnuplot_i.hpp" -#include "vec3.h" #include "curve.h" +#include +using namespace fml; using namespace std; /* A current or charge distribution */ -- cgit v1.1