Fixing issue
Fixing an issue with reading tables led me to other issues with collisions that I think are fixed right now. I am testing with the 1D ionization model for ALPHIE and things seems to be working properly.
This commit is contained in:
parent
5df81a79e4
commit
4585390b50
3 changed files with 4 additions and 2 deletions
|
|
@ -362,7 +362,7 @@ MODULE moduleCollisions
|
|||
CALL sp%ionize(neutral)
|
||||
|
||||
CLASS DEFAULT
|
||||
! CALL criticalError(sp%name // " is not a neutral", 'collideBinaryIonization')
|
||||
CALL criticalError(sp%name // " is not a neutral", 'collideBinaryIonization')
|
||||
RETURN
|
||||
|
||||
END SELECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue