From f8fbf83023ad218075d5cbbec5f63fe824bcfee8 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 7 Aug 2025 13:56:48 +0200 Subject: Scalar refers to the dimensionsless Tensor while it doesn't fit the typeless one --- modules/codec-unit/c++/unit_schema.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/codec-unit/c++') diff --git a/modules/codec-unit/c++/unit_schema.hpp b/modules/codec-unit/c++/unit_schema.hpp index 9ad173f..5de8770 100644 --- a/modules/codec-unit/c++/unit_schema.hpp +++ b/modules/codec-unit/c++/unit_schema.hpp @@ -11,6 +11,6 @@ template struct Unit {}; template -using Scalar = Unit; +using Pure = Unit; } } -- cgit v1.2.3