.. _program_listing_file_oti_fem_gauss.h: Program Listing for File fem/gauss.h ==================================== |exhale_lsh| :ref:`Return to documentation for file ` (``oti/fem/gauss.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef OTI_FEM_GAUSS_H #define OTI_FEM_GAUSS_H // Include Gaussian scalar. // FESOTINUM // Define structures. #include "gauss/scalar.h" // Include Gaussian array. // FEARRSO // Define structures. #include "gauss/array.h" #endif