Existing code uses a case name prefix for files such as the design coordinates and polars, but not the optimization history. This means that if multiple sequential optimization runs are conducted, only the most recent optimisation history is available for subsequent review. The proposed PR adds the case name prefix to the optimization history file to overcome this.
Note: code has not been compiled or tested - I do not have Linux nor MinGQ and my last Fortran coding was in 1989, but it shouldn't be far from working code...
FYI, I managed to get cmake and mingw32 running on Windows today. This branch compiles without any warnings or errors, and the resulting xoptfoil executable and python visualizer all seem to work as intended.
Existing code uses a case name prefix for files such as the design coordinates and polars, but not the optimization history. This means that if multiple sequential optimization runs are conducted, only the most recent optimisation history is available for subsequent review. The proposed PR adds the case name prefix to the optimization history file to overcome this.
Note: code has not been compiled or tested - I do not have Linux nor MinGQ and my last Fortran coding was in 1989, but it shouldn't be far from working code...