Skip to content

Commit

Permalink
Changed type that caused problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfomunoz committed May 8, 2024
1 parent 5c12064 commit 873c057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/newton-cotes/region.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class Region {


template<std::size_t DIMSUB, typename Norm = NormDefault>
value_type pdf_integral_subrange(const std::array<Float,DIMSUB>& a,
Float pdf_integral_subrange(const std::array<Float,DIMSUB>& a,
const std::array<Float,DIMSUB>& b, const Norm& norm = Norm()) const {
return pdf_integral_subrange_last(a,b,norm);
}
Expand Down

0 comments on commit 873c057

Please sign in to comment.