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 and FAQs can be found at 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