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'
select case(trim(bccase))
case('input.txt','input.small.txt','basic')
if (trim(bccase).ne.'xyz' .or. trim(bccase).ne.'xzy' .or. &
trim(bccase).ne.'yxz' .or. trim(bccase).ne.'yzx' .or. &
trim(bccase).ne.'zxy' .or. trim(bccase).ne.'zyx') then
if (iproc==0) write (*,*) 'No/unsupported BC order provided, assuming bcorder=xyz'
if (trim(bcdef%bcorder).ne.'xyz' .and. trim(bcdef%bcorder).ne.'xzy' .and. &
trim(bcdef%bcorder).ne.'yxz' .and. trim(bcdef%bcorder).ne.'yzx' .and. &
trim(bcdef%bcorder).ne.'zxy' .and. trim(bcdef%bcorder).ne.'zyx') then
if (iproc==0) write (*,*) 'No/unsupported BC order provided, assuming bcorder=xyz'
endif
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