white space adjustments
This commit is contained in:
parent
2aa824c124
commit
09beb8f38c
|
@ -720,7 +720,6 @@ function tNode_get_byKey_asFloat(self,k,defaultVal) result(nodeAsFloat)
|
|||
|
||||
class(tNode), pointer :: node
|
||||
type(tScalar), pointer :: scalar
|
||||
character(len=:), allocatable :: str
|
||||
|
||||
if (self%contains(k)) then
|
||||
node => self%get(k)
|
||||
|
|
Loading…
Reference in New Issue