Add alternate irregular interpolant #412
Annotations
8 errors
src/Evolution/VariableFixing/FixToAtmosphere.cpp#L176
variable 'comoving_magnetic_field_squared' of type 'double' can be declared 'const'
|
src/Evolution/VariableFixing/FixToAtmosphere.cpp#L283
unchecked access to optional value
|
src/Evolution/VariableFixing/FixToAtmosphere.cpp#L284
unchecked access to optional value
|
src/Evolution/VariableFixing/FixToAtmosphere.hpp#L208
parameter 'comoving_magnetic_field_squared' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
src/NumericalAlgorithms/Interpolation/ExtendedIrregularInterpolant.cpp#L55
do not use const_cast
|
src/NumericalAlgorithms/Interpolation/ExtendedIrregularInterpolant.cpp#L78
do not use const_cast
|
src/NumericalAlgorithms/Interpolation/ExtendedIrregularInterpolant.cpp#L113
do not use const_cast
|
src/NumericalAlgorithms/Interpolation/ExtendedIrregularInterpolant.hpp#L40
parameter 'source_extents' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
This job succeeded
Loading