Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# imcdf-lib-java
Java library code to read and write INTERMAGNET CDF (IMCDF) data files
This repository from original SVN GA SVN

Brief documentation on using the code is in the header of imcdf.java

Expand Down
2 changes: 1 addition & 1 deletion bgs/geophys/library/Data/ImagCDF/ImagCDFVariableTS.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public ImagCDFVariableTS (Date dates [], String var_name)
throws CDFException
{
int count;

write_progress_listeners = new ArrayList<> ();
this.var_name = var_name;
time_stamps = new long [dates.length];
for (count=0; count<time_stamps.length; count++)
Expand Down