mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Rename SSIHUB to Osdu.
This commit is contained in:
parent
809f559792
commit
13ec3b7f62
@ -30,7 +30,7 @@ set(COMMAND_REFERENCED_CMAKE_FILES
|
||||
OctaveScriptCommands/CMakeLists_files.cmake
|
||||
OperationsUsingObjReferences/CMakeLists_files.cmake
|
||||
SummaryPlotCommands/CMakeLists_files.cmake
|
||||
SsiHubImportCommands/CMakeLists_files.cmake
|
||||
OsduImportCommands/CMakeLists_files.cmake
|
||||
StreamlineCommands/CMakeLists_files.cmake
|
||||
SurfaceCommands/CMakeLists_files.cmake
|
||||
SeismicCommands/CMakeLists_files.cmake
|
||||
|
@ -1,5 +1,5 @@
|
||||
set(SOURCE_GROUP_HEADER_FILES
|
||||
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportSsihubFeature.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportOsduFeature.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/RimOilFieldEntry.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/RimOilRegionEntry.h
|
||||
${CMAKE_CURRENT_LIST_DIR}/RimWellPathImport.h
|
||||
@ -8,7 +8,7 @@ set(SOURCE_GROUP_HEADER_FILES
|
||||
)
|
||||
|
||||
set(SOURCE_GROUP_SOURCE_FILES
|
||||
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportSsihubFeature.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/RicWellPathsImportOsduFeature.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/RimOilFieldEntry.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/RimOilRegionEntry.cpp
|
||||
${CMAKE_CURRENT_LIST_DIR}/RimWellPathImport.cpp
|
@ -17,7 +17,7 @@
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "RicWellPathsImportSsihubFeature.h"
|
||||
#include "RicWellPathsImportOsduFeature.h"
|
||||
|
||||
#include "RiaApplication.h"
|
||||
#include "RiaGuiApplication.h"
|
@ -112,7 +112,7 @@
|
||||
#include "RimGridStatisticsPlotCollection.h"
|
||||
#endif
|
||||
|
||||
#include "SsiHubImportCommands/RimWellPathImport.h"
|
||||
#include "OsduImportCommands/RimWellPathImport.h"
|
||||
|
||||
#include "RiuMainWindow.h"
|
||||
#include "RiuPlotMainWindow.h"
|
||||
|
Loading…
Reference in New Issue
Block a user