#2140 Fracture colors. Add ifdef around fracture defs

This commit is contained in:
Bjørn Erik Jensen
2017-12-20 14:24:20 +01:00
parent 5d69398caa
commit ea362ad154
2 changed files with 5 additions and 0 deletions

View File

@@ -135,8 +135,10 @@ public:
std::vector<RimGeoMechCase*> geoMechCases() const;
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
std::vector<RimFractureTemplateCollection*> allFractureTemplateCollections() const;
std::vector<RimFractureTemplate*> allFractureTemplates() const;
#endif // USE_PROTOTYPE_FEATURE_FRACTURES
protected:
// Overridden methods