Skip to content
Snippets Groups Projects
Commit 305bbf96 authored by Ezekiel Dohmen's avatar Ezekiel Dohmen
Browse files

changing var to match the expected argument to gainRamp

parent 5877ac78
No related branches found
No related tags found
5 merge requests!439RCG 5.0 release fro deb 10,!332Merging 4.2 into master,!331Draft: Merging branch-4.2 into master,!327Master merged product part fix 2,!326changing var to match the expected argument to gainRamp
......@@ -35,7 +35,7 @@ sub printEpics {
sub printFrontEndVars {
my ($i) = @_;
print ::OUT "double \L$::xpartName[$i]\[8\];\n";
print ::OUT "double $::xpartName[$i]\_CALC;\n";
print ::OUT "float $::xpartName[$i]\_CALC;\n";
}
# Check inputs are connected
......
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