XPRMgetnextmod
| XPRMgetnextmod | 
  Purpose
 
  Synopsis
 
XPRMmodel XPRMgetnextmod(XPRMmodel model);
 
  Argument
 
| 
     model 
     | 
     Reference to a model or
     NULL
     | 
  Return value
 
 Reference to a model or
 NULL .
  Further information
 
 Mosel maintains a list of loaded models. This function returns the next model held in the internal list after the given model. If the input parameter is set to
 NULL, the first model in the list is returned. If the given model is the last in the list,
 NULL is returned.
 
 
