Skip to content
Snippets Groups Projects
Commit 59db5645 authored by Alexander Ivanov's avatar Alexander Ivanov
Browse files

Fixed a bug in code generation discovered during testing at LASTI.

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@3483 6dcd42c9-f523-4c6d-aada-af552506706e
parent f5511738
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ sub printHeaderStruct {
$::extraEXCmap{$key} = $::extraEXCcount;
$::extraEXCcount ++;
$::extraExcitations .= " $key";
return "";
}
# Print Epics variable definitions
......
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