Skip to content

Commit

Permalink
fix MDAL
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec committed Sep 10, 2020
1 parent b453bb1 commit 2e04ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/mdal/mdal_data_model.cpp
Expand Up @@ -319,8 +319,8 @@ void MDAL::DatasetGroup::setIsScalar( bool isScalar )
MDAL::Mesh::Mesh( const std::string &driverName,
size_t faceVerticesMaximumCount,
const std::string &uri )
: mDriverName( driverName )
, mFaceVerticesMaximumCount( faceVerticesMaximumCount )
: mFaceVerticesMaximumCount( faceVerticesMaximumCount )
, mDriverName( driverName )
, mUri( uri )
{
}
Expand Down

0 comments on commit 2e04ccd

Please sign in to comment.