mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -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(" ", " ");
|
dlg.addVersionEntry(" ", " ");
|
||||||
|
|
||||||
QStringList activeFeatures;
|
QStringList activeFeatures;
|
||||||
|
#ifdef USE_ODB_API
|
||||||
|
activeFeatures += " Geomech";
|
||||||
|
#endif
|
||||||
#ifdef USE_HDF5
|
#ifdef USE_HDF5
|
||||||
activeFeatures += " Souring";
|
activeFeatures += " Souring";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||||
activeFeatures += " Fractures";
|
activeFeatures += " Fractures";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user