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.
DynamicsKernel::fieldType
Should also fix the deleted constructor problem for the Intel compiler.
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.