mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Octave Interface: Current Case is now interpreted correctly by Resinsight
The method returning the current case had not been updated to do so. Some debug output is also removed.
This commit is contained in:
@@ -177,10 +177,7 @@ DEFUN_DLD (riGetActiveCellInfo, args, nargout,
|
||||
{
|
||||
porosityModel = args(1).char_matrix_value().row_as_string(0).c_str();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
octave_stdout << "Porosity: " << porosityModel.toStdString() << " CaseId : " << caseId << std::endl;
|
||||
}
|
||||
|
||||
getActiveCellInfo(propertyFrames, "127.0.0.1", 40001, caseId, porosityModel);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user