/[PAMELA software]/DarthVader/TrackerLevel2/inc/F77/common_c2f.f
ViewVC logotype

Contents of /DarthVader/TrackerLevel2/inc/F77/common_c2f.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Thu Oct 26 16:22:37 2006 UTC (18 years, 1 month ago) by pam-fi
Branch: MAIN
Changes since 1.2: +7 -7 lines
fitting methods

1
2 c------------------------------------------------------------------------
3 c common to pass some variable from C++ to FORTRAN routines
4 c------------------------------------------------------------------------
5
6
7 character*256 c2f_path
8 integer c2f_pathlen
9 integer c2f_error
10 common/path/c2f_path,c2f_pathlen,c2f_error
11
12 character*256 b_path
13 integer b_pathlen
14 integer b_loaded
15 integer b_error
16 common/bpath/b_path,b_pathlen,b_loaded,b_error

  ViewVC Help
Powered by ViewVC 1.1.23