/[PAMELA software]/c3po/F77/rzfile.f
ViewVC logotype

Annotation of /c3po/F77/rzfile.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Fri Jul 21 15:02:55 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
Changes since 1.1: +1 -2 lines
*** empty log message ***

1 pam-fi 1.1 C------------------------------------------------
2     FUNCTION OPENLEV2()
3     C------------------------------------------------
4    
5     C
6     INCLUDE './common/common_c2f.f'
7     INCLUDE './common/common_level2.f'
8     C
9     parameter (lun=1)
10     parameter (mem=4096)
11     integer istat
12     C
13     runntp = 1
14     trkntp = 2
15     tofntp = 3
16     calontp = 4
17     trigntp = 5
18     acntp = 6
19     s4ntp = 7
20     ndntp = 8
21     orbntp = 9
22     C
23     CALL HLIMIT(10000000)
24     Iquest(10) = 512000
25     C
26 pam-fi 1.2 call HROPEN(lun,'LEVEL2',path,'NPQ',mem,istat)
27 pam-fi 1.1 if(istat.ne.0) print*,' ERROR file: ',path,
28     & ' not open'
29    
30     RETURN
31     END
32     C------------------------------------------------
33    
34     C------------------------------------------------
35     FUNCTION CLOSELEV2()
36     C------------------------------------------------
37    
38     INCLUDE './common/common_c2f.f'
39    
40     call HCDIR('//LEVEL2',' ')
41     call HREND('LEVEL2')
42     CLOSE (lun)
43    
44     RETURN
45     END
46     C------------------------------------------------
47    
48    

  ViewVC Help
Powered by ViewVC 1.1.23