Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex16.c10 PetscBool userhappy = PETSC_FALSE; in main() local
23 PetscCall(PetscStrncmp(user, "exit", 4, &userhappy)); in main()
24 while (!userhappy) { in main()
30 PetscCall(PetscStrncmp(user, "exit", 4, &userhappy)); in main()