Skip to content
Snippets Groups Projects
Commit d7d1d61c authored by Keith Thorne's avatar Keith Thorne
Browse files

add edcu option back in

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4013 6dcd42c9-f523-4c6d-aada-af552506706e
parent b30eaae8
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,8 @@ sub parseParams {
$::rfmDelay = 1;
} elsif ($spp[0] eq "flip_signals") {
$::flipSignals = $spp[1];
} elsif ($spp[0] eq "edcu") {
$::edcu = $spp[1];
} elsif ($spp[0] eq "biquad") {
$::allBiquad = $spp[1];
print "AllBiquad set\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment