mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC: Removed some debug output
This commit is contained in:
@@ -457,7 +457,7 @@ void RifReaderEclipseOutput::transferNNCData( const ecl_grid_type * mainEclGrid
|
||||
ecl_nnc_export( mainEclGrid , init_file , eclNNCData);
|
||||
|
||||
// Transform to our own datastructures
|
||||
cvf::Trace::show("Reading NNC. Count: " + cvf::String(numNNC));
|
||||
//cvf::Trace::show("Reading NNC. Count: " + cvf::String(numNNC));
|
||||
|
||||
mainGrid->nncData()->connections().resize(numNNC);
|
||||
for (int nIdx = 0; nIdx < numNNC; ++nIdx)
|
||||
|
||||
Reference in New Issue
Block a user