Opened 6 years ago
Last modified 6 years ago
#173 accepted Defect
Variables "settling" and "idummy" not properly initialized in advance.f
Reported by: | chrmau | Owned by: | pesei |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | FP coding/compilation | Version: | flexpart_8.2-3 |
Keywords: | variable initialization | Cc: |
Description
Statements:
data idummy/-7/
data settling/0./
do not properly initialize the variables during subsequent calls of the subroutine.
Should be replaced by :
idummy=-7
settling=0.0
Already solved in versions 9 and 10.
Change History (1)
comment:1 Changed 6 years ago by pesei
- Owner set to pesei
- Status changed from new to accepted
Note: See
TracTickets for help on using
tickets.