Home
last modified time | relevance | path

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

/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/cgnsplot/
H A Dcgnstcl.c378 if (ptrng[n] == ptrng[n+CellDim] && in structured_range()
379 (ptrng[n] == 1 || ptrng[n] == dim[n])) { in structured_range()
380 if (ptrng[n] == 1) in structured_range()
392 if (ptrng[n] == ptrng[n+CellDim] && ptrng[n] == 1) { in structured_range()
414 if (ptrng[i] < 1 || ptrng[i] > dim[i]) return 0; in structured_range()
415 if (ptrng[i] == ptrng[i+CellDim]) { in structured_range()
416 if (n || (ptrng[i] != 1 && ptrng[i] != dim[i])) in structured_range()
421 if (ptrng[i] < ptrng[i+CellDim]) { in structured_range()
442 if (ptrng[i] != ptrng[i+CellDim] || in structured_range()
443 (ptrng[i] != 1 && ptrng[i] != dim[i])) return 0; in structured_range()
[all …]