diff --git a/src/starformation/schaye08/starformation.h b/src/starformation/schaye08/starformation.h index be67ed68463edde6fe491e4a4a689d2694fa8ce8..71182fd2202b330667bb26002dce4e8b215563ea 100644 --- a/src/starformation/schaye08/starformation.h +++ b/src/starformation/schaye08/starformation.h @@ -79,7 +79,6 @@ 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 @@ -133,18 +132,11 @@ 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