ReplaceDots
Replaces the dots('.') of a string with underscores ('_'). Used for SILO because path allows only alphanumeric characters and underscores.
Synopsis
PetscErrorCode ReplaceDots(char *str)
Input parameters
str -The string where the dots should be replaced.
Output parameters
str -The updated string.
Keywords
output, SILO
See Also
OutputTimeStep
Level:developer
Location:src/output.c
Index of all MICSc routines
Table of Contents for all manual pages
Index of all manual pages