Fix bug in sherpa checks
Description of bug
-
nEventsRequested
was not declared as global indef main
so inside thesherpaChecks
it was always set to 0
Changes introduced
-
global nEventsRequested
inmain
function
Tests
Fixes #110 (closed)
Issues resolved
Closes #110 (closed)