FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
concatStringWithInt.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine concatStringWithInt (inString, ind, outString)
 

Function/Subroutine Documentation

◆ concatStringWithInt()

subroutine concatStringWithInt ( character(len=*)  inString,
integer  ind,
character(len=MAX_STRING_LENGTH outString 
)

This routine is used for generating a new string name where the base name is appended with some integer value at the end For example if stringBaseName is "refine_var_", and the value of the integer is "1", then the routine will return "refine_var_1"

Definition at line 23 of file concatStringWithInt.F90.