Searched refs:int2 (Results 1 – 1 of 1) sorted by relevance
8 PetscInt int1, int2; in main() local27 PetscCall(PetscOptionsGetInt(NULL, NULL, "-test2", &int2, &flg2)); in main()28 …PetscCheck(flg2 && int2 == 2, PETSC_COMM_WORLD, PETSC_ERR_PLIB, "Unable to locate option test2 or … in main()