gp.next
Syntax
- gpnext = gp.next(gp)
Get the next gridpoint after gp in the list of all gridpoints in the model. Will return null if no more gridpoints follow.
This function should be considered deprecated; it is provided mostly for backwards compatibility with old data files. Instead, see the c loop foreach statement and the
gp.list
function. See also thegp.head
function.Returns: gpnext - the next gridpoint in the list or null Arguments: gp - a pointer to a gridpoint
Was this helpful? ... | PFC 6.0 © 2019, Itasca | Updated: Nov 19, 2021 |