Skip to content

Commit deee542

Browse files
Russell StonebackRussell Stoneback
authored andcommitted
Added missing files
1 parent ef10163 commit deee542

File tree

13 files changed

+58
-13
lines changed

13 files changed

+58
-13
lines changed

cdf36_3-dist/CDF_copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2016
1+
Copyright 2017
22
Space Physics Data Facility
33
NASA/Goddard Space Flight Center
44

cdf36_3-dist/CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,9 @@ V3.6.3 20-Oct-16 for version 3.6.3.0
218218
Caller is responsible to free the space after use. New
219219
features were added to cdfstats and cdfdump tool programs.
220220
A new leap second is added for 1/1/2017.
221+
10-Jan-17 for version 3.6.3.1
222+
Updated the leap second last updated header in a CDF from
223+
the (latest) leap second table if the CDF is created based
224+
on an existing master CDF that has an older leap second
225+
table.
226+

cdf36_3-dist/Release.notes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/-----------------------------------/
2-
/ CDF V3.6.3.0 Release Notes /
2+
/ CDF V3.6.3.1 Release Notes /
33
/-----------------------------------/
44

55
1. Compatibility with all CDF 3.*, 2.7.6 and earlier versions
@@ -37,6 +37,9 @@ to that release.
3737

3838
The following changes have been made/added in V3.6.3.*:
3939

40+
* If adding data to a master file to create a new CDF, the leap second last
41+
updated header field is updated with the information from the leap second
42+
table.
4043
* Added a new leap second for 1/1/2017.
4144
* Added a new set of CDFread functions that will allocate the needed
4245
space for the user. It is user's responsiblility to free the space after
14.5 KB
Binary file not shown.
-2.35 KB
Binary file not shown.

cdf36_3-dist/cdfjava/lib/.empty

Whitespace-only changes.

cdf36_3-dist/samples/geocpi1.cdf

43.6 KB
Binary file not shown.

cdf36_3-dist/samples/geocpi2.cdf

43.6 KB
Binary file not shown.

cdf36_3-dist/src/include/cdfconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
# define MIN_BLOCKING_BYTES_compressed 65536
154154
# define MIN_BLOCKING_RECS_compressed 1
155155
#else
156-
# if defined(linux)
156+
# if defined(linux) || defined(__i386) || defined(__x86_64)
157157
# define MIN_BLOCKING_BYTES_standard 8192
158158
# define MIN_BLOCKING_RECS_standard 1
159159

cdf36_3-dist/src/include/cdflib.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,6 +1725,9 @@ struct CDFstruct {
17251725
Logical negToPosFp0; /* TRUE: convert -0.0 to 0.0,
17261726
FALSE: don't convert. */
17271727
int status; /* READ_ONLY, or READ_WRITE. */
1728+
int tt2000Updated; /* 1: if leap second last updated
1729+
header has been updated from the
1730+
table. 0: no update yet. */
17281731
int workingCacheSize; /* Number of cache buffers for the
17291732
"working" dotCDF file. */
17301733
int compressCacheSize; /* Number of cache buffers for the

0 commit comments

Comments
 (0)