Skip to content
Snippets Groups Projects
Commit 5333d187 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

modelInq(): bug fix

parent 4622e243
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ int modelInq(int instID, int modelgribID, char *name)
}
}
if ( modelID == modelCount ) modelID = UNDEFID;
if ( i == modelCount ) modelID = UNDEFID;
if ( modelResHs ) free ( modelResHs );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment