From 5d9c9e16f638adac9dccd32c99d4ef63114950bd Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 9 May 2016 14:22:24 +0100 Subject: [PATCH] Removed commented statement. --- user_libs/optimisation_taguchi/antenna_bowtie_opt.in | 1 - 1 file changed, 1 deletion(-) diff --git a/user_libs/optimisation_taguchi/antenna_bowtie_opt.in b/user_libs/optimisation_taguchi/antenna_bowtie_opt.in index 6700767a..821d2fe0 100644 --- a/user_libs/optimisation_taguchi/antenna_bowtie_opt.in +++ b/user_libs/optimisation_taguchi/antenna_bowtie_opt.in @@ -25,7 +25,6 @@ tx_pos = (domain[0]/2, domain[1]/2, 0.050) vcut_pos = (0.014, 0.027, 0.038) # Loading resistor values -#res = np.array([0.1, 0.1, 0.1]) res = np.array([optparams['resinner'], optparams['resmiddle'], optparams['resouter']]) rescond = ((1 / res) * (dxdydz[1] / (dxdydz[0] * dxdydz[2]))) / 2 # Divide by number of parallel edges per resistor