Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the advected field type array non-const (#644)
# 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.
- Loading branch information