Ice Sheet System Model  4.18
Code documentation
Functions
PropagateFlagsFromConnectivityx.h File Reference
#include "../../classes/classes.h"

Go to the source code of this file.

Functions

void PropagateFlagsFromConnectivityx (double *pool, double *connectivity, int index, double *flags)
 

Function Documentation

◆ PropagateFlagsFromConnectivityx()

void PropagateFlagsFromConnectivityx ( double *  pool,
double *  connectivity,
int  index,
double *  flags 
)

Definition at line 11 of file PropagateFlagsFromConnectivityx.cpp.

11  {
12 
13  /*Call recursive propagation routine: */
14  RecursivePropagation(pool, connectivity,index, flags);
15 }
RecursivePropagation
void RecursivePropagation(double *pool, double *connectivity, int index, double *flags)
Definition: PropagateFlagsFromConnectivityx.cpp:17