Skip to content
Snippets Groups Projects
Commit 17b7edec authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: Const version of kernel::kernelvals function

parent df25baed
No related branches found
No related tags found
1 merge request!19MNT: Move constructor/assignment operator for `Splinterpolator`, which inherits ownership of data pointer
Pipeline #26537 passed
......@@ -148,6 +148,7 @@ namespace MISCMATHS {
}
const kernelstorage* kernelvals() { return storedkernel; }
const kernelstorage* kernelvals() const { return storedkernel; }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment