Skip to content

Commit 324d1ce

Browse files
committed
fix check on number of arguments
1 parent 8e26d6e commit 324d1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoPixelVertexing/PixelTriplets/test/PixelTriplets_InvPrbl_prec.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
int main(int n, const char **) {
10-
if (n<1) return 0; // protect testing
10+
if (n<2) return 0; // protect testing
1111
std::string c("++Constr");
1212
std::string r("++R");
1313
std::string a;

0 commit comments

Comments
 (0)