Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
binary_c-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Izzard, Robert Dr (Maths & Physics)
binary_c-python
Commits
a180f6a8
Commit
a180f6a8
authored
5 years ago
by
Izzard, Robert Dr (Maths & Physics)
Browse files
Options
Downloads
Patches
Plain Diff
remove "NEWDERIV" that's not used
parent
5a1a9652
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/binary_c_derivatives.h
+0
-13
0 additions, 13 deletions
src/binary_c_derivatives.h
with
0 additions
and
13 deletions
src/binary_c_derivatives.h
+
0
−
13
View file @
a180f6a8
...
...
@@ -413,19 +413,6 @@
#define angular_momentum_derivative(STAR,N) (generic_derivative((STAR),N))
#define specific_angular_momentum_derivative(STAR,N) (generic_derivative((STAR),N))
#ifdef NEWDERIV
#define mass_derivative(STAR,N) ((STAR)->derivative.mass[(N)])
#define specific_angular_momentum_derivative(STAR,N) ((STAR)->derivative.specific_angular_momentum[(N)])
#define angular_momentum_derivative(STAR,N) \
( \
((N==MAGNETIC_BRAKING ? 1.0 : \
N==GRAVITATIONAL_RADIATIVE ? 1.0 : \
N==DERIVATIVE_OR
mass_derivative
((
STAR
),(
N
))))
*
\
specific_angular_momentum_derivative
((
STAR
),(
N
))
\
)
#endif
#define DERIVATIVE_MODEL 0
#define DERIVATIVE_STAR0 1
...
...
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