/[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.2 - (show annotations) (download)
Tue May 30 16:30:37 2006 UTC (18 years, 6 months ago) by pam-fi
Branch: MAIN
CVS Tags: v0r02, v1r01beta, v1r00, v1r01, v2r00BETA
Changes since 1.1: +2 -45 lines
Error handling from F77 routine / Fixed some bugs with default calibration

1
2 c------------------------------------------------------------------------
3 c common to pass some variable from C++ to FORTRAN routines
4 c------------------------------------------------------------------------
5
6
7 character*80 c2f_path
8 integer c2f_pathlen
9 integer c2f_error
10 common/path/c2f_path,c2f_pathlen,c2f_error
11
12 character*80 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