Skip to content

Commit

Permalink
Change iev default so that by default no file is read.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Mar 29, 2014
1 parent faf7563 commit dfd9777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions RecoJets/JetProducers/test/BuildFile.xml
@@ -1,5 +1,3 @@
<export>
</export>
<bin file="test-large-voronoi-area.cc" name="test-large-voronoi-area">
<use name="RecoJets/JetProducers"/>
<use name="RecoJets/JetAlgorithms"/>
Expand Down
2 changes: 1 addition & 1 deletion RecoJets/JetProducers/test/test-large-voronoi-area.cc
Expand Up @@ -52,7 +52,7 @@ int main (int argc, char ** argv) {

double inputEtaMax = 5.0;
double rhoEtaMax = 6.0;
int nev=1, iev=0;
int nev=0, iev=0;
if ( argc > 1 ) {
inputEtaMax = atof( argv[1] );
cout << "inputEtaMax is now set to " << inputEtaMax << endl;
Expand Down

0 comments on commit dfd9777

Please sign in to comment.