Commit 60dcd45e authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Jakub Klinkovský
Browse files

MeshConfigBase -> DefaultConfig

parent 71cd5996
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

#include <TNL/Meshes/Grid.h>
#include <TNL/Meshes/Mesh.h>
#include <TNL/Meshes/MeshConfigBase.h>
#include <TNL/Meshes/DefaultConfig.h>
#include <TNL/Meshes/Geometry/getEntityCenter.h>
#include <TNL/Meshes/Geometry/getEntityMeasure.h>
#include <TNL/Meshes/TypeResolver/TypeResolver.h>
@@ -476,7 +476,7 @@ run( Benchmark & benchmark,
     Benchmark::MetadataMap metadata,
     const String & meshFile )
{
   using Config = MeshConfigBase< CellTopology, WorldDimension, Real, GlobalIndex, LocalIndex, Id >;
   using Config = DefaultConfig< CellTopology, WorldDimension, Real, GlobalIndex, LocalIndex, Id >;
   using MeshType = Mesh< Config, Devices::Host >;
   return MeshBenchmarks< MeshType >::run( benchmark, meshFile );
}