Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex17.c7 const char line2[] = "hello 2\n"; in main() local
20 PetscCall(PetscFPrintf(comm, fp, line2)); in main()
36 PetscCall(PetscStrncmp(line, line2, sizeof(line2), &line_check)); in main()
37 …COMM_SELF, PETSC_ERR_FILE_READ, "Line 2 not read correctly. Got '%s', expected '%s'", line, line2); in main()