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

Add missing type

parent e3cb38a1
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,8 @@ static int NetCDFTypeToVTKType(nc_type type)
return VTK_SHORT;
case NC_INT:
return VTK_INT;
case NC_INT64:
return VTK_LONG_LONG;
case NC_FLOAT:
return VTK_FLOAT;
case NC_DOUBLE:
......
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