Skip to content

Commit 934bfb4

Browse files
authored
Merge branch 'main' into fix-nbytes-test
2 parents 763b00b + b301c1a commit 934bfb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pscpy/psc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_field_to_component(species_names: Iterable[str]) -> dict[str, dict[str,
6666
field_to_component["dive"] = {"dive": 0}
6767
field_to_component["rho"] = {"rho": 0}
6868
field_to_component["d_rho"] = {"d_rho": 0}
69-
field_to_component["div_j"] = {"div_j": 0}
69+
field_to_component["dt_divj"] = {"dt_divj": 0}
7070

7171
# keeping 'all_1st' for backwards compatibility
7272
field_to_component["all_1st"] = {}

0 commit comments

Comments
 (0)