Parent Directory
|
Revision Log
|
Patch
| revision 1.83 by pamela, Mon Mar 9 11:39:08 2015 UTC | revision 1.84 by mocchiut, Thu Mar 26 14:55:38 2015 UTC | |
|---|---|---|
| # | Line 1205 int OrbitalInfoCore(UInt_t run, TFile *f | Line 1205 int OrbitalInfoCore(UInt_t run, TFile *f |
| 1205 | cCoordGeo coo; | cCoordGeo coo; |
| 1206 | Float_t jyear=0.; | Float_t jyear=0.; |
| 1207 | // | // |
| 1208 | if(atime >= gltle->GetToTime()) { | if(atime >= gltle->GetToTime() || atime < gltle->GetFromTime() ) { // AGH! bug when reprocessing?? |
| 1209 | if ( !gltle->Query(atime, dbc) ){ | if ( !gltle->Query(atime, dbc) ){ |
| 1210 | // | // |
| 1211 | // Compute the magnetic dipole moment. | // Compute the magnetic dipole moment. |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |