/[PAMELA software]/c3po/F77/common/common_c2f.f
ViewVC logotype

Annotation of /c3po/F77/common/common_c2f.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Jul 21 11:32:02 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
Branch point for: C3PO
Initial revision

1 pam-fi 1.1 C-----------------------------------------------------------------------
2     C variables for file rz
3     C-----------------------------------------------------------------------
4    
5     REAL hmemor(9000000)
6     integer Iquest(100)
7     COMMON /pawc/hmemor
8     save /pawc/
9     Common /QUEST/ Iquest
10     save /quest/
11    
12     C------------------------------------------------------------------------
13    
14     c------------------------------------------------------------------------
15     c common to pass some variable from C++ to FORTRAN routines
16     c------------------------------------------------------------------------
17     character*80 path
18     integer pathlen
19     integer error
20     common/path/path,pathlen,error
21     C------------------------------------------------------------------------

  ViewVC Help
Powered by ViewVC 1.1.23