DARMA-tasking-internal / darma-frontend

Header library providing the frontend programming model for the DARMA asynchronous many-task model
Other
7 stars 0 forks source link

Index and IndexRange template parameters should default to 1D #57

Open dhollman opened 6 years ago

dhollman commented 6 years ago

The goal is to reduce code verbosity. The template parameter for Range1D and Index1D types should also default to something sensible, like size_t or int64_t (probably the latter to protect against overflow checking costs). This is a simple change and shouldn't take more that a few minutes, but we should explore the impact this has on defaults in other places as well.