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

Fixed typo

parent 3f0328ea
No related branches found
No related tags found
No related merge requests found
...@@ -295,7 +295,7 @@ else ...@@ -295,7 +295,7 @@ else
endif endif
endif endif
enddo enddo
if (iproc == 0 .and. failcount > 0) write (*,'(a,i6,a)') shift//'Failed to inject could particles in ',failcount,' leaves' if (iproc == 0 .and. failcount > 0) write (*,'(a,i6,a)') shift//'Failed to inject cloud particles in ',failcount,' leaves'
endif endif
!if (kinject.ne.ninjectp) call stop_run ('error 2 in update_cloud$') !if (kinject.ne.ninjectp) call stop_run ('error 2 in update_cloud$')
......
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