mach3-software / MaCh3

The official repository for MaCh3
https://mach3-software.github.io/MaCh3/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Clean up structs headers (split this into different subfolders probably) #50

Closed EdAtkin closed 1 week ago

KSkwarczynski commented 3 months ago

If we can move struct into another folder we will enable to have better compilation graph.

Right now Covariance, manager requiers struct which lives in samplePDF.

Which makes some weird circular compilation graph. Ideall we should have Struct->manager->Cov->Samle pdf