Skip to content

MueLu: Fix RefMaxwell for when magnitudeType != double

James Willenbring requested to merge etphipp:mp_vector_ref_maxwell_fix into develop

Created by: etphipp

RefMaxwell was using an array of type magnitudeType to compute the norms of the coordinates array, which is of type double. This changes the array to be of the proper type.

Merge request reports