libantioch / antioch

C++ Chemical Kinetics, Thermodynaimics, and Transport Library
https://libantioch.github.io/
Other
22 stars 17 forks source link

MetaPhysicL-enabled upconversion of Converter #199

Closed roystgnr closed 8 years ago

roystgnr commented 8 years ago

When MetaPhysicL is not available, the behavior of Converter should be unchanged.

When MetaPhysicL is available, it is possible to do mixed type upgrades (e.g. Converter * DualNumber == Converter<DualNumber >) based on the CompareTypes specializations defined there or elsewhere.