Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex22.c12 short oshort[2], sshort[2]; in main() local
27 sshort[0] = oshort[0] = 5; in main()
28 sshort[1] = oshort[1] = 19; in main()
49 …if ((sshort[0] != oshort[0]) || (sshort[1] != oshort[1])) PetscCall(PetscPrintf(PETSC_COMM_SELF, "… in main()