Skip to content
Snippets Groups Projects
Commit a2651f59 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 07/08/2024: fix 9f7e9ffe, XPSOLD is only defined with BEM

parent 0a579913
No related branches found
No related tags found
No related merge requests found
......@@ -1062,10 +1062,10 @@ DO JP = 1,TOP%NTEB_PATCH
ENDIF
!
!CHECK if old pressure is initialized
IF (ANY(NB%AL(JP)%XPSOLD(:)==XUNDEF)) THEN
NB%AL(JP)%XPSOLD(:)=PPS(:)
IF(TOP%CBEM=='BEM' ) THEN
IF (ANY(NB%AL(JP)%XPSOLD(:)==XUNDEF)) THEN
NB%AL(JP)%XPSOLD(:)=PPS(:)
END IF
END IF
......
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