The structure of the STEPWAT2 repository could be streamlined very easily to make it easier to understand and use. I spent some time thinking about what the new structure could look like and this is my suggestion:
The main directory:
| dev |
| documentation |
| outputs |
| inputs |
| makefile |
| README.md |
| doxyfile |
dev:
| sw_src |
| test |
| tools |
| obj |
| sqlite-amalgamation |
| All of the .c and .h files |
Inputs:
| Grid_Inputs |
| Single-plot_inputs |
| files.in |
| sxwdebug.in |
Outputs:
There are obviously some small details to still work out, but I think this general structure would be much easier to understand.
The structure of the STEPWAT2 repository could be streamlined very easily to make it easier to understand and use. I spent some time thinking about what the new structure could look like and this is my suggestion:
The main directory:
dev:
Inputs:
Outputs:
There are obviously some small details to still work out, but I think this general structure would be much easier to understand.