Skip to content

Add macro for deprecation of num_elements()

Dave Moxey requested to merge dmoxey/nektar:fix/array-deprecated into master

This MR defines a macro to record the deprecation of num_elements(), so that use of this in the code can be picked up in the CI. It also fixes a few more instances of num_elements() in the unit tests.

Edited by Dave Moxey

Merge request reports