Skip to content

Commit

Permalink
Update mods (#123)
Browse files Browse the repository at this point in the history
* Fix EF bug.

* Update submodules.
  • Loading branch information
esclapez authored Sep 6, 2022
1 parent 7cfe2bd commit ac054c9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Source/PeleLMTransportProp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ void PeleLM::calcDiffusivity(const TimeStamp &a_time) {
Array4<Real >(dma[box_no],NUM_SPECIES+1),
ltransparm);
#ifdef PELE_USE_EFIELD
getKappaSp( i, j, k, mwt, zk,
getKappaSp( i, j, k, mwt.arr, zk,
Array4<Real const>(sma[box_no],FIRSTSPEC),
Array4<Real const>(dma[box_no],0),
Array4<Real >(dma[box_no],0),
Array4<Real const>(sma[box_no],TEMP),
Array4<Real >(kma[box_no],0));
#endif
Expand Down
2 changes: 1 addition & 1 deletion Submodules/AMReX-Hydro

0 comments on commit ac054c9

Please sign in to comment.