mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-08 07:03:25 -06:00
#1808 System : Show geomech feature name in about dialog
This commit is contained in:
parent
7da886db11
commit
0bb892541a
@ -65,10 +65,12 @@ void RicHelpAboutFeature::onActionTriggered(bool isChecked)
|
||||
dlg.addVersionEntry(" ", " ");
|
||||
|
||||
QStringList activeFeatures;
|
||||
#ifdef USE_ODB_API
|
||||
activeFeatures += " Geomech";
|
||||
#endif
|
||||
#ifdef USE_HDF5
|
||||
activeFeatures += " Souring";
|
||||
#endif
|
||||
|
||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||
activeFeatures += " Fractures";
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user