| 198 |
Float_t dimo = 0.0; // dipole moment (computed from dat files) // EM GCC 4.7 |
Float_t dimo = 0.0; // dipole moment (computed from dat files) // EM GCC 4.7 |
| 199 |
Float_t bnorth, beast, bdown, babs; |
Float_t bnorth, beast, bdown, babs; |
| 200 |
Float_t xl; // L value |
Float_t xl; // L value |
| 201 |
Float_t icode; // code value for L accuracy (see fortran code) |
Int_t icode; // code value for L accuracy (see fortran code) |
| 202 |
Float_t bab1; // What's the difference with babs? |
Float_t bab1; // What's the difference with babs? |
| 203 |
Float_t stps = 0.005; // step size for field line tracing |
Float_t stps = 0.005; // step size for field line tracing |
| 204 |
Float_t bdel = 0.01; // required accuracy |
Float_t bdel = 0.01; // required accuracy |
| 1644 |
// anni '50. |
// anni '50. |
| 1645 |
// |
// |
| 1646 |
//14.9/(xl*xl); |
//14.9/(xl*xl); |
| 1647 |
orbitalinfo->igrf_icode = icode; |
orbitalinfo->igrf_icode = (Float_t)icode; |
| 1648 |
// |
// |
| 1649 |
} |
} |
| 1650 |
// |
// |