ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/gen/gensdaymtx.c
(Generate patch)

Comparing ray/src/gen/gensdaymtx.c (file contents):
Revision 1.1 by greg, Fri Aug 2 18:59:26 2024 UTC vs.
Revision 1.3 by greg, Fri Aug 2 23:13:54 2024 UTC

# Line 1 | Line 1
1 + #ifndef lint
2 + static const char RCSid[] = "$Id$";
3 + #endif
4   #include "atmos.h"
5   #include "copyright.h"
6   #include "data.h"
# Line 614 | Line 617 | int main(int argc, char *argv[]) {
617      if (verbose && mo != last_monthly)
618        fprintf(stderr, "%s: stepping through month %d...\n", progname,
619                last_monthly = mo);
617    /* note whether leap-day was given */
618
619    freedata(tau_clear_dp);
620    freedata(irrad_clear_dp);
621    freedata(scat_clear_dp);
622    freedata(scat1m_clear_dp);
620    }
621    freedata(mie_dp);
622    if (!ntsteps) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines