Searched refs:otherInclude (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | types.py | 99 …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 D | hypre.py | 252 …size = self.types.checkSizeof('HYPRE_Real', (8, 4, 16), otherInclude='HYPRE_utilities.h', save=Fal…
|