AdH Kraken 0.0.0
Next generation Adaptive Hydraulics
Loading...
Searching...
No Matches
smodel_free.c File Reference
#include "adh.h"

Functions

void smodel_free_array (SMODEL *mods, int nmods)
 Frees an array SMODEL structures. More...
 
void smodel_free (SMODEL *model)
 Frees an SMODEL struct. More...
 

Detailed Description

This files frees an array of SMODEL structures

Function Documentation

◆ smodel_free()

void smodel_free ( SMODEL model)

Frees an SMODEL struct.

Author
Corey Trahan, Ph.D.
Bug:
none
Warning
none
Parameters
[in,out]model(SMODEL **) the struct double pointer
Note

◆ smodel_free_array()

void smodel_free_array ( SMODEL mods,
int  nmods 
)

Frees an array SMODEL structures.

Author
Corey Trahan, Ph.D.
Bug:
none
Warning
none
Parameters
[in,out]mod(SMODEL **) the struct double pointer
[in]nmods(int) the number of SMODELs to allocate
Note