mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
OpenVDS seismic access (#10145)
Add OpenVDS support for reading seismic data from VDS files
This commit is contained in:
@@ -962,7 +962,7 @@ void RiuViewerCommands::handlePickAction( int winPosX, int winPosY, Qt::Keyboard
|
||||
cvf::Vec3d domainCoord = transForm->transformToDomainCoord( globalIntersectionPoint );
|
||||
|
||||
// Set surface resultInfo text
|
||||
QString resultInfoText = "Seismic Section: \"" + section->userDescription() + "\"\n\n";
|
||||
QString resultInfoText = "Seismic Section: \"" + section->fullName() + "\"\n\n";
|
||||
|
||||
resultInfoText += section->resultInfoText( domainCoord, seismicSourceInfo->partIndex() );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user