From 20edbe9cea4bb298e7500832c6ce128567a3d646 Mon Sep 17 00:00:00 2001 From: Donald Johnson Date: Wed, 23 Aug 2023 16:16:45 +0000 Subject: [PATCH] Correct typedef to ussing change that was not finished. --- include/core/Layer.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/Layer.hpp b/include/core/Layer.hpp index a8396a0c7e..218cd68a95 100644 --- a/include/core/Layer.hpp +++ b/include/core/Layer.hpp @@ -20,7 +20,7 @@ namespace ngen #ifdef NGEN_MPI_ACTIVE using feature_type = hy_features::HY_Features_MPI; #else - typedef feature_type = hy_features::HY_Features; + using feature_type = hy_features::HY_Features; #endif Layer(