Opened 7 years ago
Closed 5 years ago
#11451 closed Feature Requests (duplicate)
[feature] Make odeint works with std::tuple and boost::units
Reported by: | Owned by: | karsten | |
---|---|---|---|
Milestone: | To Be Determined | Component: | odeint |
Version: | Boost 1.57.0 | Severity: | Not Applicable |
Keywords: | odeint, units | Cc: |
Description
Dear developper, here is a patch that
- make odeint work with std::tuple.
- make odeint work with boost::units tuple.
- patch std::numeric limits for boost::units::qunatity, by delegating limits to the underlying type. That's important as, without this patch, std::numeric_limits silently return stupid values with boost::units::quantity.
I'm not a boost developper and I realy had trouble to understand the documentation, so I'm not sure that the things I've done are correct or doens't break an other part of boost, so please, carefully review this code. I post it in the hope that it will be usefull for you.
Change History (2)
comment:1 by , 7 years ago
Component: | None → odeint |
---|---|
Owner: | set to |
comment:2 by , 5 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #11452