modello.reset: Reset Modello Session

Description Usage Value Author(s) Examples

Description

Rest the modello session, that is deallocates and reallocates all the arrays. All the data stored in them is lost.

Usage

1

Value

Return invisible NULL

Author(s)

Filippo Monari

Examples

1
2
3
4
5
6
modello.init(10, 10, 10, 10) # Initilaises the modello session with arrays of the given size
modello.is.init() # TRUE
modello.reset()   # restart the modello session with initial array sizes 
modello.is.init() # TRUE
modello.close()   # Closes modello
modello.is.init() # FALSE

modello documentation built on Feb. 2, 2021, 9:06 a.m.