NAME
IO_writeSingleCells
SYNOPSIS
call IO_writeSingleCells( integer(IN) :: nblk, integer(IN) :: blklst(nblk))
DESCRIPTION
Write data for one or several single cells to a file.
ARGUMENTS
nblk : The number of blocks in the list blklst : The current list of relevant blocks
NOTES
The default implementation is a stub that does nothing. Simulations need to overwrite this with a real implementation if such output is desired. An example implementation can be found in Simulation/SimulationMain/radflaHD/SupernovaRad1D .