Skip to content
Snippets Groups Projects
Commit 3fca5402 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] Renamed a type alias

parent 52d73400
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,10 @@ template <typename ShapeFunction, typename LocalAssemblerInterface,
int GlobalDim, typename... ConstructorArgs>
class LocalAssemblerBuilderFactory
{
using GLDI = GenericLocalAssemblerFactory<LocalAssemblerInterface,
using GLAF = GenericLocalAssemblerFactory<LocalAssemblerInterface,
ConstructorArgs...>;
using LocAsmIntfPtr = typename GLDI::LocAsmIntfPtr;
using LocAsmBuilder = typename GLDI::LocAsmBuilder;
using LocAsmIntfPtr = typename GLAF::LocAsmIntfPtr;
using LocAsmBuilder = typename GLAF::LocAsmBuilder;
using IntegrationMethod = typename NumLib::GaussLegendreIntegrationPolicy<
typename ShapeFunction::MeshElement>::IntegrationMethod;
......
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