Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dmprint.c198 PetscBool foundedot; in PetscVSNPrintf() local
207 foundedot = PETSC_FALSE; in PetscVSNPrintf()
211 if (!foundedot) str[ncnt++] = '.'; in PetscVSNPrintf()
215 if (str[cnt] == 'e' || str[cnt] == '.') foundedot = PETSC_TRUE; in PetscVSNPrintf()