ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/JSOC/proj/globalhs/apps/jv2ts.c
(Generate patch)

Comparing proj/globalhs/apps/jv2ts.c (file contents):
Revision 1.24 by tplarson, Wed Jan 15 19:08:00 2014 UTC vs.
Revision 1.25 by tplarson, Wed May 20 19:15:47 2015 UTC

# Line 1 | Line 1
1 +
2   /*  this JSOC module is a combination of 3 SOI modules: v2helio, helio2mlat, qdotprod
3   *  ported by Tim Larson
4   *  removes check on mapbmin, mapbmax, and maprows, these keywords are no longer carried
# Line 1144 | Line 1145 | int DoIt(void)
1145          }
1146        }
1147  
1148 <      while (trecind < irec)
1148 >      while (trecind < irec  && chunkstat != kRecChunking_NoMoreRecs)
1149   //T_REC is duplicated in input
1150        {
1151          if (forceoutput)
# Line 1875 | Line 1876 | int DoIt(void)
1876          sprint_time(trecstr, trec, "TAI", 0);
1877        }
1878  
1878
1879      } /* end loop on each input image for this timechunk */
1880  
1881      if (verbflag)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines