summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compass_circ.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/compass_circ.m b/compass_circ.m
index 077821c..106b895 100644
--- a/compass_circ.m
+++ b/compass_circ.m
@@ -84,7 +84,7 @@ fflush (stderr);
detuning_freq=[-.075, -.05, -.025, 0 , .025, .05 , .075, .1];
problem_cntr=1;
-N_angle_steps=15;
+N_angle_steps=31;
min_angle=0; max_angle=pi;
thetas=min_angle:((max_angle-min_angle)/N_angle_steps):max_angle;
for theta=thetas;