Skip to content

Commit

Permalink
Merge pull request #53 from bowring/master
Browse files Browse the repository at this point in the history
fixed dead times
  • Loading branch information
bowring committed Feb 16, 2016
2 parents 0a59b65 + 9b11db0 commit 79fcf8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private LaserchronElementIISetupUPb_B() {
= new IonCounterCollectorModel(//
"Single", //
new ValueModel("DeadTime", //
new BigDecimal(12.0e-9, ReduxConstants.mathContext10), //
new BigDecimal(22.0e-9, ReduxConstants.mathContext10), //
"ABS", //
new BigDecimal(1.0e-9, ReduxConstants.mathContext10), //
BigDecimal.ZERO), //
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private LaserchronElementIISetupUPb_C() {
= new IonCounterCollectorModel(//
"Single", //
new ValueModel("DeadTime", //
new BigDecimal(12.0e-9, //
new BigDecimal(22.0e-9, //
ReduxConstants.mathContext10), //
"ABS", //
new BigDecimal(1.0e-9, ReduxConstants.mathContext10), //
Expand Down

0 comments on commit 79fcf8b

Please sign in to comment.