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

Star of the first part of the starformation law that checks density and temperature

parent 01251d59
Branches
Tags
1 merge request!705Star formation following Schaye08
...@@ -79,7 +79,6 @@ struct star_formation { ...@@ -79,7 +79,6 @@ struct star_formation {
* @brief Calculate if the gas has the potential of becoming * @brief Calculate if the gas has the potential of becoming
* a star. * a star.
* *
<<<<<<< HEAD
* @param starform the star formation law properties to use. * @param starform the star formation law properties to use.
* @param p the gas particles * @param p the gas particles
* @param xp the additional properties of the gas particles * @param xp the additional properties of the gas particles
...@@ -133,18 +132,11 @@ static int starformation_potential_to_become_star( ...@@ -133,18 +132,11 @@ static int starformation_potential_to_become_star(
} else { } else {
return 0; return 0;
} }
=======
*
* */
static int starformation_potential_to_become_star(
){
return 0;
} }
/* /*
* @brief Calculate if the gas particle is converted * @brief Calculate if the gas particle is converted
* *
<<<<<<< HEAD
* @param starform the star formation struct * @param starform the star formation struct
* @param p the gas particles with their properties * @param p the gas particles with their properties
* @param xp the additional gas particle 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