Skip to content

Commit

Permalink
meta importer coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Oct 5, 2024
1 parent ab957a6 commit ad7a0bb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ int TestF3DMetaImporterMultiColoring(int argc, char* argv[])
return EXIT_FAILURE;
}

if (importer->FindIndexForColoring(false, "") != -1)
{
std::cerr << "Unexpected FindIndexForColoring success" << std::endl;
return EXIT_FAILURE;
}


// Read a vts and a vtu with same array names
// but different component names and array ranges
Expand Down

0 comments on commit ad7a0bb

Please sign in to comment.