Skip to content

Commit

Permalink
Fix conditional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holm10 committed Nov 11, 2024
1 parent 622864d commit f4931dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb/oderhs.m
Original file line number Diff line number Diff line change
Expand Up @@ -7853,7 +7853,7 @@ call fd2tra (nx,ny,floxge(0:nx+1,0:ny+1,igsp),
* ----------------------------------------------------
* COUPLE MOLECULES TO ATOMS AND IONS
* ----------------------------------------------------
if (ishymol .neq. 0) then #..D2 included
if (ishymol .ne. 0) then #..D2 included
* Thermal energy source of molecules
* ----------------------------------------------------
reseg(ix,iy,2) = reseg(ix,iy,2)
Expand Down

0 comments on commit f4931dc

Please sign in to comment.