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
e549ba94
Commit
e549ba94
authored
8 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for merge
parent
210a8a84
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!259
Fix super pointer
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/const.h
+3
-3
3 additions, 3 deletions
src/const.h
with
3 additions
and
3 deletions
src/const.h
+
3
−
3
View file @
e549ba94
...
...
@@ -91,8 +91,8 @@
#define const_gravity_eta 0.025f
/* External gravity properties */
//
#define EXTERNAL_POTENTIAL_NONE
#define EXTERNAL_POTENTIAL_POINTMASS
#define EXTERNAL_POTENTIAL_NONE
//
#define EXTERNAL_POTENTIAL_POINTMASS
//#define EXTERNAL_POTENTIAL_ISOTHERMALPOTENTIAL
//#define EXTERNAL_POTENTIAL_DISC_PATCH
...
...
@@ -103,6 +103,6 @@
//#define COOLING_GRACKLE
/* Are we debugging ? */
#define SWIFT_DEBUG_CHECKS
//
#define SWIFT_DEBUG_CHECKS
#endif
/* SWIFT_CONST_H */
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