Move curve_trees.h implementations into curve_trees.cpp file

This commit is contained in:
j-berman 2024-05-22 20:24:39 -07:00
parent 4ade675939
commit 9ba00be519
4 changed files with 460 additions and 313 deletions

View file

@ -35,7 +35,6 @@
using Helios = fcmp::tower_cycle::Helios;
using Selene = fcmp::tower_cycle::Selene;
// TODO: make this the instantiation in curve_trees.h/.cpp
using CurveTreesV1 = fcmp::CurveTrees<Helios, Selene>;
class CurveTreesUnitTest