Home
last modified time | relevance | path

Searched refs:otherInclude (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dtypes.py99 …def checkSizeof(self, typeName, typeSizes, otherInclude = None, lang='C', save=True, codeBegin=''): argument
112 if otherInclude:
113 if otherInclude == 'mpi.h':
115 includes += '#include <' + otherInclude + '>\n'
/petsc/config/BuildSystem/config/packages/
H A Dhypre.py252 …size = self.types.checkSizeof('HYPRE_Real', (8, 4, 16), otherInclude='HYPRE_utilities.h', save=Fal…