Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex20.c10 PetscBool oldopt = PETSC_FALSE, newopt = PETSC_FALSE, useprefix; in main() local
63 …etString(NULL, 0, "-deprecated_prefix", deprecated_prefix, sizeof(deprecated_prefix), &useprefix)); in main()
64 …PetscOptionsBegin(PETSC_COMM_WORLD, useprefix ? deprecated_prefix : NULL, "test deprecated options… in main()