From 8ec02b69d1b447191c502bbc21ebd242ebfaf11f Mon Sep 17 00:00:00 2001 From: craig-warren Date: Wed, 13 Dec 2023 10:20:12 +0000 Subject: [PATCH] Updated naming of CUDA real function --- gprMax/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gprMax/config.py b/gprMax/config.py index 7150e7db..12c1f910 100644 --- a/gprMax/config.py +++ b/gprMax/config.py @@ -123,14 +123,14 @@ class ModelConfig: # dispersivedtype: Data type for dispersive materials. # dispersiveCdtype: Data type for dispersive materials in Cython. # drudelorentz: True/False model contains Drude or Lorentz materials. - # cudarealfunc: String to substitute into CUDA kernels for fields + # crealfunc: String to substitute into CUDA kernels for fields # dependent on dispersive material type. self.materials = { "maxpoles": 0, "dispersivedtype": None, "dispersiveCdtype": None, "drudelorentz": None, - "cudarealfunc": "", + "crealfunc": None, } def get_scene(self):