From bca5bfc1edfc434341a640704643238b440dd0ec Mon Sep 17 00:00:00 2001 From: nmannall Date: Mon, 13 May 2024 16:55:32 +0100 Subject: [PATCH] Add TODO to fix broken receiver output function --- gprMax/fields_outputs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gprMax/fields_outputs.py b/gprMax/fields_outputs.py index cd1550c2..648491e7 100644 --- a/gprMax/fields_outputs.py +++ b/gprMax/fields_outputs.py @@ -46,6 +46,7 @@ def store_outputs(G): # Store current component else: func = globals()[output] + # TODO: Test this still works - likely broken by removing 'Ix' etc functions rx.outputs[output][iteration] = func(rx.xcoord, rx.ycoord, rx.zcoord, Hx, Hy, Hz, G) for tl in G.transmissionlines: