Skip to content
Snippets Groups Projects
Commit 751268c4 authored by Dave Whipp's avatar Dave Whipp
Browse files

Fixed minor typo

parent c1ec81f6
No related branches found
No related tags found
No related merge requests found
...@@ -72,10 +72,10 @@ if (params%nest) bccase='nest' ...@@ -72,10 +72,10 @@ if (params%nest) bccase='nest'
select case(trim(bccase)) select case(trim(bccase))
case('input.txt','input.small.txt','basic') case('input.txt','input.small.txt','basic')
if (trim(bccase).ne.'xyz' .or. trim(bccase).ne.'xzy' .or. & if (trim(bcdef%bcorder).ne.'xyz' .and. trim(bcdef%bcorder).ne.'xzy' .and. &
trim(bccase).ne.'yxz' .or. trim(bccase).ne.'yzx' .or. & trim(bcdef%bcorder).ne.'yxz' .and. trim(bcdef%bcorder).ne.'yzx' .and. &
trim(bccase).ne.'zxy' .or. trim(bccase).ne.'zyx') then trim(bcdef%bcorder).ne.'zxy' .and. trim(bcdef%bcorder).ne.'zyx') then
if (iproc==0) write (*,*) 'No/unsupported BC order provided, assuming bcorder=xyz' if (iproc==0) write (*,*) 'No/unsupported BC order provided, assuming bcorder=xyz'
endif endif
do i=1,osolve%nnode do i=1,osolve%nnode
......
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