Skip to content

Commit

Permalink
lowered max number of iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferdinando Ametrano committed Apr 28, 2008
1 parent be6fa88 commit d46a859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/termstructures/yield/bootstraptraits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ namespace QuantLib {
data[i] = discount;
}
// upper bound for convergence loop
static Size maxIterations() { return 300; }
static Size maxIterations() { return 50; }
};


Expand Down

0 comments on commit d46a859

Please sign in to comment.