su2code / SU2

SU2: An Open-Source Suite for Multiphysics Simulation and Design
https://su2code.github.io
Other
1.37k stars 842 forks source link

Incorrect Descriptions for enable-mlpcpp and enable-gprof in Meson Options #2366

Closed kjrstory closed 3 weeks ago

kjrstory commented 1 month ago

The descriptions for the options enable-mlpcpp and enable-gprof in the meson_options.txt file seem to be swapped.

option('enable-mlpcpp', type : 'boolean', value : false, description: 'enable profiling through gprof')
option('enable-gprof', type : 'boolean', value : false, description: 'enable MLPCpp support')
pcarruscag commented 1 month ago

Thanks, can you open a pull request to set it right?

EvertBunschoten commented 3 weeks ago

I set the descriptions to the right option in #2369

EvertBunschoten commented 3 weeks ago

The descriptions are now set in the correct position after closing PR #2369