Skip to content
Snippets Groups Projects
Commit 283046fa authored by Stefan Zellmann's avatar Stefan Zellmann
Browse files

Set max-level in Flash AMR reader

Otherwise, subsequently, only the blocks from level 0 (the finest level) are
processed
parent b541e465
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,8 @@ int vtkAMRFlashReader::FillMetaData()
b2level[level]++;
} // END for all blocks
this->SetMaxLevel(this->Internal->NumberOfLevels);
return (1);
}
......
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