Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/utils/
H A Dhists.c19 int maxBins; member
78 h->maxBins = bins; in PetscDrawHGCreate()
79 PetscCall(PetscMalloc1(h->maxBins, &h->bins)); in PetscDrawHGCreate()
109 if (hist->maxBins < bins) { in PetscDrawHGSetNumberBins()
112 hist->maxBins = bins; in PetscDrawHGSetNumberBins()