Marcel-Rodekamp / NSL

Nanosystem Simulation Library (NSL) implements statistical simulations for systems on the nanoscale
Other
2 stars 0 forks source link

Clean up real-type extraction #162

Open evanberkowitz opened 7 months ago

evanberkowitz commented 7 months ago

The first implementation used both RT_extractor<type>::{type,value_type}. But the new way to get that type is by using NSL::RealTypeOf<type>, which we should settle on. We should