Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex37.c11 char *newformatstr, buffer[128], longstr[256], superlongstr[10000]; in main() local
25 PetscCall(PetscMalloc1(sz, &newformatstr)); in main()
26 PetscCall(PetscFormatConvert(formatstr, newformatstr)); in main()
27 PetscCall(PetscPrintf(PETSC_COMM_WORLD, newformatstr, twentytwo, 3.47, 3.0)); in main()
28 PetscCall(PetscFree(newformatstr)); in main()