1 |
* maximum numb. of doublets and troplets |
* maximum numb. of doublets and troplets |
2 |
* to fill DEBUG nt-uple |
* to fill DEBUG nt-uple |
3 |
parameter (ndblt_max_nt=0.2*ndblt_max) !maximum number of doublets |
integer ndblt_max_nt,ntrpt_max_nt ! EM GCC 4.7 |
4 |
parameter (ntrpt_max_nt=0.2*ntrpt_max) !maximum number of triplets |
parameter (ndblt_max_nt=NINT(0.2*ndblt_max)) !maximum number of doublets EM sorry but ndblt_max_nt must be an integer, how can you do 0.2 * another integer??? |
5 |
|
parameter (ntrpt_max_nt=NINT(0.2*ntrpt_max)) !maximum number of triplets |
6 |
integer ndblt_nt,ntrpt_nt |
integer ndblt_nt,ntrpt_nt |
7 |
real |
real |
8 |
$ alfayz1_nt(ndblt_max_nt), !Y0 |
$ alfayz1_nt(ndblt_max_nt), !Y0 |
42 |
|
|
43 |
|
|
44 |
!commons for DEBUG nt-uple ! |
!commons for DEBUG nt-uple ! |
45 |
common/hough/ ! / / / / / / ! |
common/houghevent/ ! / / / / / / ! |
46 |
$ ndblt_nt ! / / / / / / ! |
$ ndblt_nt ! / / / / / / ! |
47 |
$ ,alfayz1_nt,alfayz2_nt ! / / / / / / /! |
$ ,alfayz1_nt,alfayz2_nt ! / / / / / / /! |
48 |
$ ,db_cloud_nt, !/ / / / / / / ! |
$ ,db_cloud_nt, !/ / / / / / / ! |