Added the 3D view to the geomech stuff

This commit is contained in:
Jacob Støren
2015-04-20 16:56:26 +02:00
parent 27f6bd9eb5
commit 27c2c040fe
8 changed files with 273 additions and 6 deletions

View File

@@ -86,6 +86,7 @@
#include "RimGeoMechCase.h"
#include "RimGeoMechModels.h"
#include "RimGeoMechView.h"
#include "RimGeoMechResultSlot.h"
namespace caf
@@ -731,7 +732,7 @@ bool RiaApplication::openOdbCaseFromFile(const QString& fileName)
RimGeoMechView* riv = geoMechCase->createAndAddReservoirView();
// riv->loadDataAndUpdate();
riv->loadDataAndUpdate();
//if (!riv->cellResult()->hasResult())
//{