Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
88e2e64e
Commit
88e2e64e
authored
6 years ago
by
Folkert Nobels
Browse files
Options
Downloads
Patches
Plain Diff
Star of the first part of the starformation law that checks density and temperature
parent
01251d59
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!705
Star formation following Schaye08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/starformation/schaye08/starformation.h
+0
-8
0 additions, 8 deletions
src/starformation/schaye08/starformation.h
with
0 additions
and
8 deletions
src/starformation/schaye08/starformation.h
+
0
−
8
View file @
88e2e64e
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment