Skip to content
Snippets Groups Projects
Commit 4ad81641 authored by Dan Lipsa's avatar Dan Lipsa Committed by Lucas Givord
Browse files

Do not load empty datasets

(cherry picked from commit a758f446)
parent f7c609ba
No related merge requests found
......@@ -727,7 +727,7 @@ int vtkNetCDFReader::FillVariableDimensions(int ncFD)
break;
}
}
if (unique)
if (unique and dimEncoding != "()")
this->AllDimensions->InsertNextValue(dimEncoding);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment