| # | Line 281 | Line 281 | contains | |
|---|---|---|
| 281 | function getRrf() result(rrf) | |
| 282 | real( kind = dp ) :: rrf | |
| 283 | rrf = thisSim%rrf | |
| 284 | + | write(*,*) 'getRrf = ', rrf, thisSim%rrf | 
| 285 | end function getRrf | |
| 286 | ||
| 287 | function getRt() result(rt) | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |