lanl / spiner

Performance portable routines for generic, tabulated, multi-dimensional data
https://lanl.github.io/spiner
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

fix output of nPoints to produce size_t #23

Closed Yurlungur closed 2 years ago

Yurlungur commented 2 years ago

PR Summary

Cosmetic fix. The type of nPoints getter function is wrong. I don't think this was ever used for anything other than diagnostics, so it's not a very big bug. But it is a bug.

PR Checklist

Yurlungur commented 2 years ago

This is a small enough change---I'm merging by fiat.

dholladay00 commented 2 years ago

look good to me