not needed

This commit is contained in:
Sharan Roongta 2020-05-11 14:00:19 +02:00
parent 4f8c7ea2d5
commit 620154a1a8
1 changed files with 0 additions and 8 deletions

View File

@ -738,14 +738,6 @@ recursive function tScalar_asFormattedString(self,indent)
class (tScalar), intent(in), target :: self
integer, intent(in), optional :: indent
integer :: indent_
if(present(indent)) then
indent_ = indent
else
indent_ = 0
endif
tScalar_asFormattedString = trim(self%value)//IO_EOL
end function tScalar_asFormattedString