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
The new on-boarding hook has been deployed. All users registering with their @jlab.org account should be auto-added to their initial groups based on their CUE groups. Please contact the helpdesk if you encounter any issues.
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