Reorganize Code structure
Currently all available structures, classes and functions are defined in a single header file and implemented in a single src file.
It is better to reorganize and split into multiple files
Documentation for code.jlab.org, GitLab, CI/CD, Pages, etc is available: https://pages.jlab.org/scicomp/software/code-gitlab-docs/
Currently all available structures, classes and functions are defined in a single header file and implemented in a single src file.
It is better to reorganize and split into multiple files