Closed matthipsey closed 2 years ago
diag_level in each module, and backward compatibility with extra_diag
For backward compatibility then diag_level =10 if extra_diag is TRUE
Then in the code, if any IF(extra_diag) would equate to IF(diag_level>0). Later I will go and customise the integrer values for specific things.
diag_level in each module, and backward compatibility with extra_diag
For backward compatibility then diag_level =10 if extra_diag is TRUE
Then in the code, if any IF(extra_diag) would equate to IF(diag_level>0). Later I will go and customise the integrer values for specific things.