temporary remove B #539
Annotations
11 errors
|
Check clang-tidy:
src/Evolution/VariableFixing/FixToAtmosphere.cpp#L179
variable 'comoving_magnetic_field_squared' of type 'double' can be declared 'const'
|
Check clang-tidy:
src/Evolution/VariableFixing/FixToAtmosphere.hpp#L213
parameter 'comoving_magnetic_field_squared' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Check clang-tidy:
src/Evolution/VariableFixing/FixToAtmosphere.hpp#L214
parameter 'magnetic_field_squared' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Check clang-tidy:
src/Evolution/VariableFixing/FixToAtmosphere.hpp#L214
parameter 'magnetic_field_dot_v' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Check clang-tidy:
src/ParallelAlgorithms/Events/ObserveInterpolatedIntegralData.hpp#L336
no member named 'Initialization' in namespace 'evolution'; did you mean simply 'Initialization'?
|
Check clang-tidy:
src/ParallelAlgorithms/Events/ObserveInterpolatedIntegralData.hpp#L336
no member named 'initial_data' in namespace 'Initialization'
|
Check clang-tidy:
src/ParallelAlgorithms/Events/ObserveInterpolatedData.hpp#L181
parameter 'interp_dim' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Check clang-tidy:
src/ParallelAlgorithms/Events/ObserveInterpolatedData.hpp#L181
parameter 'interp_val' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
|
Check clang-tidy:
src/ParallelAlgorithms/Events/ObserveInterpolatedData.hpp#L372
C-style casts are discouraged; use static_cast/const_cast/reinterpret_cast
|
Check clang-tidy:
src/ParallelAlgorithms/Events/ObserveInterpolatedData.hpp#L473
variable 'my_PUP_ID' is non-const and globally accessible, consider making it const
|
Loading