Home
last modified time | relevance | path

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

/phasta/phastaIO/
H A DphastaIO.cc521 int actual_size = nfields * nppf * sizeof(unsigned long) + meta_info_size; in computeMHSize() local
523 if (actual_size > DefaultMHSize) { in computeMHSize()
524 … mhsize = (int) ceil( (double) actual_size/DefaultMHSize); // it's rounded to ceiling of this value in computeMHSize()