Feature improve doxygen #34
Annotations
1 error and 2 warnings
cpp-linter
Process completed with exit code 1.
|
nuTens/instrumentation.hpp:168:7 [cppcoreguidelines-special-member-functions]:
nuTens/instrumentation.hpp#L168
class 'InstrumentationTimer' defines a non-default destructor and a copy constructor but does not define a copy assignment operator, a move constructor or a move assignment operator
|
nuTens/propagator/const-density-solver.hpp:83:10 [clang-diagnostic-inconsistent-missing-override]:
nuTens/propagator/const-density-solver.hpp#L83
'calculateEigenvalues' overrides a member function but is not marked 'override'
|