TreeMig Code
Loading...
Searching...
No Matches
IntToChar.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine inttochar (ndigits, intvalue, charvar)
 IntToChar

 

Function/Subroutine Documentation

◆ inttochar()

subroutine inttochar ( integer, intent(in) ndigits,
integer, intent(in) intvalue,
character, dimension(ndigits), intent(out) charvar )

IntToChar



Converts integer value to character of a given length

  • USE: All_par
  • IN:
    • Parameters
      intvalue: integer variable
      ndigits: number of digits for character representation of integer
    • FROM All_par
      • variable : type : explanation
  • OUT:
    • Parameters
      charvar: character representation of integer
  • CALLS support routines:
    • LogError, LogMessage from LoggerModule
  • CALLED FROM:

Definition at line 42 of file IntToChar.f90.