Searched refs:newformatstr (Results 1 – 1 of 1) sorted by relevance
11 char *newformatstr, buffer[128], longstr[256], superlongstr[10000]; in main() local25 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()