Rev | Line | |
---|
[3184] | 1 | |
---|
| 2 | module comsaison_h |
---|
| 3 | |
---|
[3507] | 4 | implicit none |
---|
[3184] | 5 | |
---|
| 6 | ! integer,save :: isaison |
---|
| 7 | ! logical,save :: callsais |
---|
| 8 | !!$OMP THREADPRIVATE(isaison,callsais) |
---|
| 9 | |
---|
[3507] | 10 | real,save :: dist_star ! Distance Star-Planet in UA |
---|
| 11 | real,save :: declin ! Solar declination (rad) |
---|
| 12 | real,save :: right_ascen ! Right ascension (rad) |
---|
[3184] | 13 | !$OMP THREADPRIVATE(dist_star,declin,right_ascen) |
---|
| 14 | |
---|
| 15 | real, allocatable, dimension(:) :: mu0,fract |
---|
| 16 | !$OMP THREADPRIVATE(mu0,fract) |
---|
| 17 | |
---|
| 18 | end module comsaison_h |
---|
Note: See
TracBrowser
for help on using the repository browser.