From ab4f0f5d620c671aa9e62ac3c07f980f38b83eb6 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Mon, 6 May 2024 13:50:32 +0000 Subject: [PATCH] Remove typo. --- python_binding/data/pybind_Tensor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_binding/data/pybind_Tensor.cpp b/python_binding/data/pybind_Tensor.cpp index 1e4974c1c..3c2120565 100644 --- a/python_binding/data/pybind_Tensor.cpp +++ b/python_binding/data/pybind_Tensor.cpp @@ -1,4 +1,4 @@ -./******************************************************************************** +/******************************************************************************** * Copyright (c) 2023 CEA-List * * This program and the accompanying materials are made available under the -- GitLab