| # | Line 245 | Line 245 | contains | |
|---|---|---|
| 245 | function getRrf() result(rrf) | |
| 246 | real( kind = dp ) :: rrf | |
| 247 | rrf = thisSim%rrf | |
| 248 | < | write(*,*) 'getRrf = ', rrf |
| 249 | < | end function getRrf |
| 248 | > | end function getRrf |
| 249 | ||
| 250 | function getRt() result(rt) | |
| 251 | real( kind = dp ) :: rt | |
| 252 | rt = thisSim%rt | |
| 253 | < | write(*,*) 'getRt = ', rt |
| 255 | < | end function getRt |
| 253 | > | end function getRt |
| 254 | ||
| 255 | function getDielect() result(dielect) | |
| 256 | real( kind = dp ) :: dielect | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |