Merge branch 'dev' into pre-proto

This commit is contained in:
Magne Sjaastad
2017-08-04 10:37:35 +02:00
21 changed files with 400 additions and 270 deletions

View File

@@ -90,7 +90,8 @@
#include "RiuFlowCharacteristicsPlot.h"
#include "RicImportSummaryCaseFeature.h"
#include "ExportCommands/RicSnapshotViewToClipboardFeature.h"
#include "ExportCommands/RicSnapshotViewToFileFeature.h"
#include "ExportCommands/RicSnapshotAllPlotsToFileFeature.h"
#include "SummaryPlotCommands/RicNewSummaryPlotFeature.h"
#include "RicfCommandFileExecutor.h"
@@ -2183,6 +2184,7 @@ void RiaApplication::waitForProcess() const
#else
usleep(100000);
#endif
processEvents();
}
}