Skip to content
Snippets Groups Projects
Commit 01251d59 authored by Folkert Nobels's avatar Folkert Nobels
Browse files

Start of the starformation gas to star function pair and add example syntax to...

Start of the starformation gas to star function pair and add example syntax to the parameter_example file
parent 1284a269
No related branches found
No related tags found
1 merge request!705Star formation following Schaye08
......@@ -79,6 +79,7 @@ struct star_formation {
* @brief Calculate if the gas has the potential of becoming
* a star.
*
<<<<<<< HEAD
* @param starform the star formation law properties to use.
* @param p the gas particles
* @param xp the additional properties of the gas particles
......@@ -132,11 +133,18 @@ static int starformation_potential_to_become_star(
} else {
return 0;
}
=======
*
* */
static int starformation_potential_to_become_star(
){
return 0;
}
/*
* @brief Calculate if the gas particle is converted
*
<<<<<<< HEAD
* @param starform the star formation struct
* @param p the gas particles with their properties
* @param xp the additional gas particle properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment