.. _program_listing_file_oti_fem_gauss_array.h: Program Listing for File array.h ================================ |exhale_lsh| :ref:`Return to documentation for file ` (``oti/fem/gauss/array.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef OTI_FEM_GAUSS_ARRAY_H #define OTI_FEM_GAUSS_ARRAY_H // Finite Element Array of Sparse OTI numbers. // #include "array/fearrso.h" // Finite Element real Array. #include "array/fedarr.h" // Finite Element dense OTI number array. #include "array/feoarr.h" #endif