Searched refs:PetscConcat6_ (Results 1 – 1 of 1) sorted by relevance
1319 #define PetscConcat6_(a, b, c, d, e, f) a##b##c##d##e##f macro1320 #define PetscConcat6(a, b, c, d, e, f) PetscConcat6_(a, b, c, d, e, f)