eagles-project/mam4xx

Using .data() in source code.

Opened this issue · 0 comments

For convenience, we have utilized my_view.data() to pass inputs as Real* in the mam4xx routine. This approach is only valid if the view possesses a stride of 1 (@overfelt ). We must meticulously review instances in the code where *.data() is employed, particularly when it originates from a sub-view.