roystgnr / MetaPhysicL

Metaprogramming and operator-overloaded classes for numerical simulations
Other
22 stars 12 forks source link

Add unsigned long / long long #47

Closed dschwen closed 5 years ago

dschwen commented 5 years ago

The original PR mentioned std::size_t, which is an unsigned type. So to address my original issue unsigned long types need to be added.

Refs #45

dschwen commented 5 years ago

Ok, and this time I got far enough with my ExprTK experiment to actually confirm that this solves all my problems. At least concerning templating ExprTk on dual numbers. :-)

dschwen commented 5 years ago

ping?

lindsayad commented 5 years ago

@roystgnr approved so I'm merging...