mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#3962 Octave : Replace deprecated function is_numeric_type
This commit is contained in:
@@ -115,7 +115,7 @@ DEFUN_DLD(riGetNNCConnections, args, nargout,
|
||||
|
||||
if (nargin > 0)
|
||||
{
|
||||
if (args(0).is_numeric_type())
|
||||
if (riOctavePlugin::isOctaveValueNumeric(args(0)))
|
||||
{
|
||||
unsigned int argCaseId = args(0).uint_value();
|
||||
caseId = argCaseId;
|
||||
|
||||
Reference in New Issue
Block a user