Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex20.c8 PetscBool hascl = PETSC_FALSE, hasstr = PETSC_FALSE; in main() local
49 PetscCall(PetscOptionsGetBool(NULL, 0, "-str", &hasstr, 0)); in main()
50 if (hasstr) { in main()