Dimension

Get the dimension of the interface.

Synopsis

#include "FronTier.h" 

int Dimension(intfc);

Input Parameters

INTERFACE *intfc;- pointer to an interface structure.

This is a macro accessing the value of dimension in interface structure.

Notes

Examples

Example0 Example3