Skip to content

Feature improve doxygen #34

Feature improve doxygen

Feature improve doxygen #34

Triggered via pull request August 2, 2024 09:55
Status Failure
Total duration 2m 44s
Artifacts

cpp-linter.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

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'