From 630eec35d69a6c548fc3df899dcef743a89deca3 Mon Sep 17 00:00:00 2001 From: Stephen Longshaw Date: Wed, 5 Oct 2022 13:29:15 +0100 Subject: [PATCH] Add authorship to RBF filter --- spatial_samplers/sampler_rbf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spatial_samplers/sampler_rbf.h b/spatial_samplers/sampler_rbf.h index 1fb31de7..246da698 100644 --- a/spatial_samplers/sampler_rbf.h +++ b/spatial_samplers/sampler_rbf.h @@ -2,7 +2,7 @@ * Multiscale Universal Interface Code Coupling Library * * * * Copyright (C) 2019 Y. H. Tang, S. Kudo, X. Bian, Z. Li, G. E. Karniadakis, * - * A. Skillen, W. Liu, S. Longshaw * + * A. Skillen, W. Liu, S. Longshaw, O. Mahfoze * * * * This software is jointly licensed under the Apache License, Version 2.0 * * and the GNU General Public License version 3, you may use it according * @@ -39,7 +39,7 @@ /** * @file sampler_rbf.h - * @author A. Skillen, W. Liu, S. Longshaw + * @author A. Skillen, W. Liu, S. Longshaw, O. Mahfoze * @date November 2018 * @brief Spatial sampler using Radial Basis Function interpolation. */