Home
last modified time | relevance | path

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

/phasta/phSolver/common/test/
H A DphIOread.f18 integer, target, dimension(2) :: numpts, ncoords variable
44 call phio_readheader(handle(i), phrase, c_loc(numpts),
46 ncoords(i) = numpts(1)*numpts(2)
47 allocate( coords(i)%ptr(numpts(1),numpts(2)) )
57 do i=1,numpts(1)
58 do j=1,numpts(2)
H A DphIOreaddatablock.cc26 int numpts[2]; in main() local
35 phio_readheader(file[i], phrase, numpts, &two, type, iotype); in main()
36 len[i] = numpts[0]*3; //numPts * 3 dimensions in main()