Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dperprep.f3 real*8, allocatable :: rcount(:) variable
11 allocate (rcount(nshg))
18 if( allocated(rcount) ) then
19 deallocate(rcount)
34 rcount=one
38 rcount(i) = rcount(i) + one
42 if(rcount(k).ne.one) then
43 rcount(k)=one/rcount(k)