Header files in a different directory #453
Labels
context: v4-prep
This issue regards changes to the v4-prep branch
status: requires discussion
Issue requiring some time to process and discuss
type: refactor
Code refactoring / restyling for internal benefit
Right now the header files of v4 are at the same directory of the C files, making the src directory a bit hard to navigate as it currently contains 64 files. Alternatively, we can do something similar as in CLASS, and put all the header files in an "include" directory (see https://github.com/lesgourg/class_public/tree/master/include vs. https://github.com/lesgourg/class_public/tree/master/source).
The text was updated successfully, but these errors were encountered: