summaryrefslogtreecommitdiff
path: root/faraday/task_builder.m
diff options
context:
space:
mode:
Diffstat (limited to 'faraday/task_builder.m')
-rw-r--r--faraday/task_builder.m6
1 files changed, 0 insertions, 6 deletions
diff --git a/faraday/task_builder.m b/faraday/task_builder.m
index 46dcd64..22c346f 100644
--- a/faraday/task_builder.m
+++ b/faraday/task_builder.m
@@ -34,9 +34,3 @@ for i=1:Nsteps
save(filename_task, 'detuning_freq', 'Ep', 'psi_el', 'B_field', 'theta', 'phi');
endfor
return;
-
-
-%[psr_rad_smEp_pos_el]=psr_vs_detuning(detuning_freq, Ep, psi_el, B_field, theta, phi) ;
-[psr_rad_smEp_pos_el]=faraday_vs_B(detuning_freq, Ep, psi_el, B_fields, theta, phi) ;
-
-plot(B_fields, psr_rad_smEp_pos_el)