Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
moostrik committed Jul 9, 2018
1 parent 453d87e commit c4c015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/area/ftAreaEventFlow.h
Expand Up @@ -56,7 +56,7 @@ namespace flowTools {
magnitudeInActiveLow = eV;
}
}
pMagnitudeEvent = (magnitudeEvent)? true : false;
pMagnitudeEvent = (magnitudeEventActive)? true : false;

for (int i=0; i<numChannels; i++) {
componentEvents[i] = 0;
Expand Down

0 comments on commit c4c015e

Please sign in to comment.