working on power lag plot

This commit is contained in:
caes 2016-06-20 16:43:25 -04:00
parent e55035efae
commit a66b3bb1d1

2
scripts/power_lag_plot.pl Normal file → Executable file
View File

@ -149,7 +149,7 @@ while (<$outputfile>) {
push(@phase_difference_avg,$avg);
push(@phase_difference_err,$err);
$mode = 0;
}
}
} # End switch
}