# | 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) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |