NADCON5-ng
0.0.2
NADCON5 Next Generation Documentation
About
Manual
Code Documentation
Project Homepage
Project Github
PDF Manual
Index
File List
File Members
vecstats.f
Go to the documentation of this file.
1
c> \ingroup core
2
c> \if MANPAGE
3
c> \page vecstats
4
c> \endif
5
c>
6
c> Subroutine to tell us how many thinned vectors were
7
c> used to make a grid
8
c>
9
c> \param[in] fname vector filename to read
10
c> \param[out] n number of thinned vectors
11
subroutine
vecstats
(fname,n)
12
c - Subroutine to tell us how many thinned vectors were
13
c - used to make a grid
14
character*200
fname
15
integer*4
n
16
character*80
card
17
open
(90,file=fname,status=
'old'
,form=
'formatted'
)
18
n = 0
19
1
read
(90,
'(a)'
,end=2)card
20
n = n + 1
21
goto
1
22
2
return
23
end
vecstats
subroutine vecstats(fname, n)
Subroutine to tell us how many thinned vectors were used to make a grid.
Definition:
vecstats.f:12
src
Subs
vecstats.f
Generated on Tue Dec 5 2017 18:50:25 for NADCON5-ng by
1.8.11