Skip to content
Snippets Groups Projects
Commit a758f446 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

Do not load empty datasets

parent 3df51351
No related branches found
No related tags found
No related merge requests found
......@@ -743,7 +743,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