Skip to content

Commit

Permalink
temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed Aug 27, 2018
1 parent f9f2d78 commit ecca46b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ void InternalMeshGenerator::ReadXML_PostProcess()
{
numBlocks *= m_nElems[i].size();
}
if( numBlocks != static_cast<localIndex>(m_regionNames.size()) )
if( numBlocks != m_regionNames.size() )
{
if (m_regionNames.size() == 1)
{
Expand Down

0 comments on commit ecca46b

Please sign in to comment.