Make the clock-related operators and the assignment methods of the class
Description
The clock-related operator and the assignment are now methods of the class. This fixes the missing public declaration of the assignment.
News snippet
Make the clock-related operators and the assignment methods of the class
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.
Merge request reports
Activity
changed milestone to %10.0
added Bug Refactoring labels
assigned to @heiko.appel
Codecov Report
Merging #798 into develop will decrease coverage by
1.82%
. The diff coverage isn/a
.@@ Coverage Diff @@ ## develop #798 +/- ## =========================================== - Coverage 70.71% 68.89% -1.83% =========================================== Files 499 497 -2 Lines 95315 92153 -3162 =========================================== - Hits 67406 63492 -3914 - Misses 27909 28661 +752
Impacted Files Coverage Δ src/basic/alloc_cache_low.cc 2.17% <0.00%> (-95.66%)
src/basic/accel_inc.F90 0.00% <0.00%> (-94.74%)
src/basic/cuda_low.cc 1.40% <0.00%> (-91.86%)
src/basic/alloc_cache.F90 0.00% <0.00%> (-88.89%)
src/math/accel_blas_inc.F90 0.00% <0.00%> (-79.04%)
src/states/density_inc.F90 31.48% <0.00%> (-68.52%)
src/grid/batch_ops.F90 33.33% <0.00%> (-63.64%)
src/basic/accel.F90 19.16% <0.00%> (-62.71%)
src/basic/cublas.cc 3.33% <0.00%> (-60.31%)
src/grid/subarray_inc.F90 54.76% <0.00%> (-45.24%)
... and 380 more
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a3d5441...cf5ea6e. Read the comment docs.Edited by Micael OliveiraCodecov Report
Merging #798 into develop will increase coverage by
<.01%
. The diff coverage isn/a
.@@ Coverage Diff @@ ## develop #798 +/- ## =========================================== + Coverage 70.71% 70.72% +<.01% =========================================== Files 499 499 Lines 95315 95314 -1 =========================================== + Hits 67406 67411 +5 + Misses 27909 27903 -6
Impacted Files Coverage Δ src/basic/clock.F90 94.33% <ø> (+4.71%)
src/species/element.hpp 93.02% <0%> (-0.16%)
src/species/upf1.hpp 91.84% <0%> (+0.42%)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a3d5441...cf5ea6e. Read the comment docs.Edited by Codecovmentioned in commit 7f188017
added in Changelog label