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
41b0438b
Commit
41b0438b
authored
5 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused fictious time-bin
parent
27097ab6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!956
Fully implement the timestep limiter (non MPI)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/timeline.h
+0
-3
0 additions, 3 deletions
src/timeline.h
with
0 additions
and
3 deletions
src/timeline.h
+
0
−
3
View file @
41b0438b
...
@@ -47,9 +47,6 @@ typedef int8_t timebin_t;
...
@@ -47,9 +47,6 @@ typedef int8_t timebin_t;
/*! Fictitious time-bin for particles not awaken */
/*! Fictitious time-bin for particles not awaken */
#define time_bin_not_awake (-num_time_bins)
#define time_bin_not_awake (-num_time_bins)
/*! Fictitious time-bin for particles woken up */
//#define time_bin_awake (-(num_time_bins + 1))
/* Maximal difference in time-bins between neighbouring particles */
/* Maximal difference in time-bins between neighbouring particles */
#define time_bin_neighbour_max_delta_bin 2
#define time_bin_neighbour_max_delta_bin 2
...
...
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