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

Minor cleanup

parent 7ee83ee1
No related branches found
No related tags found
No related merge requests found
......@@ -999,7 +999,8 @@ do while (istep.le.params%nstep)
deallocate(weightel)
endif
else
call heap (threadinfo,'weightel','main',size(weightel),'dp',-1) ; deallocate(weightel)
call heap (threadinfo,'weightel','main',size(weightel),'dp',-1)
deallocate(weightel)
endif
!--------------------------------------------------------------------------------------
......
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