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

Cleaned up a bit

parent fd6da22a
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,7 @@ if (params%irestart.eq.0) then
allocate (cl%temp(1), stat=err) ; if (err.ne.0) call stop_run ('Error alloc cl%temp in define_cloud$')
allocate (cl%press(1), stat=err) ; if (err.ne.0) call stop_run ('Error alloc cl%press in define_cloud$')
allocate (cl%tag(1), stat=err) ; if (err.ne.0) call stop_run ('Error alloc cl%tag in define_cloud$')
if (params%isobc) then
zisodisp=0.d0
endif
if (params%isobc) zisodisp=0.d0
else
open (19,file=trim(params%restartfile),status='old',form='unformatted')
......
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