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
Merge requests
!2081
Do not reset the delta times for snapshot triggers upon restarting the code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Do not reset the delta times for snapshot triggers upon restarting the code
fix_triggers_for_restarts
into
master
Overview
5
Commits
1
Changes
3
Merged
Matthieu Schaller
requested to merge
fix_triggers_for_restarts
into
master
3 months ago
Overview
5
Commits
1
Changes
3
Expand
Does that fix the issue?
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a5bbe133
1 commit,
3 months ago
3 files
+
12
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/engine.h
+
1
−
1
Options
@@ -684,7 +684,7 @@ struct engine {
/* Function prototypes, engine.c. */
void
engine_addlink
(
struct
engine
*
e
,
struct
link
**
l
,
struct
task
*
t
);
void
engine_barrier
(
struct
engine
*
e
);
void
engine_compute_next_snapshot_time
(
struct
engine
*
e
);
void
engine_compute_next_snapshot_time
(
struct
engine
*
e
,
const
int
restart
);
void
engine_compute_next_stf_time
(
struct
engine
*
e
);
void
engine_compute_next_fof_time
(
struct
engine
*
e
);
void
engine_compute_next_statistics_time
(
struct
engine
*
e
);
Loading