SCOREC / pumi-pic

support libraries for unstructured mesh particle in cell simulations on GPUs and CPUs
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

Allow const get last value #100

Closed Angelyr closed 1 year ago

Angelyr commented 1 year ago

This branch fixes a compiler error that arises from passing a const type into getLastValue()

Angelyr commented 1 year ago

@cwsmith I can't add a check for cabana because they aren't updating their cmake version. Here it is: https://github.com/ECP-copa/Cabana/blob/0bcc5b6c7452d65a87e518e902346a645a84eb1b/CMakeLists.txt#L18

cwsmith commented 1 year ago

@Angelyr Ohhhf. That is unfortunate. Good catch. I'll create an issue asking if they can provide version info somehow.