Closed timspainNERSC closed 3 months ago
The DynamicsKernel::fieldType map is decalred const. That's not very useful for a member variable that should be read and written.
Should also fix the deleted constructor problem for the Intel compiler.
Make the advected field type array non-const
Fixes #643
The DynamicsKernel::fieldType map is decalred const. That's not very useful for a member variable that should be read and written.
Should also fix the deleted constructor problem for the Intel compiler.