LLNL/CHAI

Deprecate getPointer method in favor of data method

adayton1 opened this issue · 2 comments

Can we mark the getPointer method as deprecated since the data method does the same thing and is more concise and consistent with the std library?

Totally, nice idea!

We may also want to consider deprecating getActivePointer. I guess if you are dealing with slices, getActiveBasePointer might still come in handy?