Program Listing for File fem/gauss/scalar/otinum/structures.h#
↰ Return to documentation for file (oti/fem/gauss/scalar/otinum/structures.h)
#ifndef OTI_FEM_GAUSS_SCALAR_OTINUM_STRUCTURES_H
#define OTI_FEM_GAUSS_SCALAR_OTINUM_STRUCTURES_H
// ----------------------------------------------------------------------------------------------------
// -------------------------------------- STRUCTURES --------------------------------------
// ----------------------------------------------------------------------------------------------------
typedef struct{
otinum_t* p_data;
uint64_t nIntPts;
} feotinum_t;
// ----------------------------------------------------------------------------------------------------
// ------------------------------------- END STRUCTURES ---------------------------------------
// ----------------------------------------------------------------------------------------------------
#endif