Skip to content
Snippets Groups Projects
Commit ba05f7e1 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

Correction of Tcoll init

parent f8cf0704
No related branches found
No related tags found
No related merge requests found
...@@ -64,10 +64,9 @@ SUBROUTINE inital ...@@ -64,10 +64,9 @@ SUBROUTINE inital
!!!!!! Load the COSOlver collision operator coefficients !!!!!! !!!!!! Load the COSOlver collision operator coefficients !!!!!!
IF (ABS(CO) .GT. 1) THEN IF (ABS(CO) .GT. 1) THEN
CALL load_COSOlver_mat CALL load_COSOlver_mat
! Compute collision
CALL compute_TColl ! compute C_0 = C(N_0)
ENDIF ENDIF
! Compute collision
CALL compute_TColl ! compute C_0 = C(N_0)
END SUBROUTINE inital END SUBROUTINE inital
!******************************************************************************! !******************************************************************************!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment