CosmicFish  Reference documentation for version 1.0
Looking into future Cosmology
Modules | Functions/Subroutines
000_Utilities.f90 File Reference

This file contains several utilities. More...

Go to the source code of this file.

Modules

module  cosmicfish_utilities
 This module contains several general purpose utilities.
 

Functions/Subroutines

character(10) function, public cosmicfish_utilities::integer_to_string (number)
 This function converts an integer to a string. Usefull for numbered files output. More...
 
subroutine, public cosmicfish_utilities::cosmicfish_write_header (name)
 This subroutine writes to the terminal the CosmicFish header. To be called at the beginning of the applications.
 
real(dl) function, public cosmicfish_utilities::dierf (y)
 This function computes the inverse error function in double precision. Taken from: http://www.kurims.kyoto-u.ac.jp/~ooura/gamerf.html and updated to F90. More...
 

Detailed Description

This file contains several utilities.

Definition in file 000_Utilities.f90.