Some code clean-up, mainly related to function arguments
Description
Some code clean-up, mainly related to function arguments.
Merge request reports
Activity
changed milestone to %11.0
added Refactoring label
Codecov Report
Merging #1344 (bee74a2c) into develop (765c4726) will increase coverage by
0.00%
. The diff coverage is59.33%
.@@ Coverage Diff @@ ## develop #1344 +/- ## ======================================== Coverage 65.57% 65.58% ======================================== Files 522 522 Lines 92977 92970 -7 ======================================== + Hits 60969 60973 +4 + Misses 32008 31997 -11
Impacted Files Coverage Δ src/grid/cube.F90 64.83% <ø> (ø)
src/hamiltonian/boundary_op.F90 54.16% <ø> (ø)
src/maxwell/propagator_mxll.F90 57.54% <0.00%> (ø)
src/opt_control/target_excited_inc.F90 0.00% <0.00%> (ø)
src/opt_control/target_exclude_inc.F90 0.00% <0.00%> (ø)
src/opt_control/target_groundstate_inc.F90 0.00% <0.00%> (ø)
src/output/output_me_inc.F90 22.69% <0.00%> (ø)
src/output/output_mxll_inc.F90 35.29% <ø> (ø)
src/states/states_mxll_restart.F90 21.00% <0.00%> (ø)
src/sternheimer/em_resp_inc.F90 76.62% <0.00%> (ø)
... and 61 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 765c472...bee74a2. Read the comment docs.Edited by Codecovassigned to @nicolastd
enabled an automatic merge when the pipeline for eabdffad succeeds
added 7 commits
-
765c4726 - 1 commit from branch
develop
- 559062d3 - Pass space in a couple of places instead of the simulation box. This allows...
- 1fa2748f - Removed several unused function arguments.
- 7a8ea406 - Make function bc_write_info private to the module.
- a5afd12e - Remove the move_ions argument of propagator_elec_dt, as this is not really...
- 1c95f16f - Pass mesh instead of gr/der in a few places.
- 26b7dfbc - Simplify a few logical comparisons in maxwell_boundary_op.
Toggle commit list-
765c4726 - 1 commit from branch
enabled an automatic merge when the pipeline for 26b7dfbc succeeds
added 1 commit
- bee74a2c - Simplify a few logical comparisons in maxwell_boundary_op.
enabled an automatic merge when the pipeline for bee74a2c succeeds
mentioned in commit fe353387
Please register or sign in to reply