Home
last modified time | relevance | path

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

/phasta/phSolver/common/test/
H A DphIOwrite.f13 integer, target, dimension(2) :: fishweight, numFish variable
25 fishweight(1) = 1.23
26 fishweight(2) = 1.23
44 call phio_writedatablock(handle(i), phrase, c_loc(fishweight(i)),
55 call phio_readdatablock(handle(i), phrase, c_loc(fishweight(i)),
60 & fishweight(1) .ne. fishweight(2) ) then