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
06ddd78b
Commit
06ddd78b
authored
1 year ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
Add initialization for gcc 7.3.0 and ipo
parent
a4482e52
No related branches found
No related tags found
2 merge requests
!1887
Updating . . .
,
!1878
updating working branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/testOutputList.c
+1
-1
1 addition, 1 deletion
tests/testOutputList.c
with
1 addition
and
1 deletion
tests/testOutputList.c
+
1
−
1
View file @
06ddd78b
...
...
@@ -109,7 +109,7 @@ void test_cosmo(struct engine *e, const char *name, const int with_assert) {
e
->
ti_current
+=
16
;
/* Read next value */
integertime_t
ti_next
;
integertime_t
ti_next
=
0
;
output_list_read_next_time
(
list
,
e
,
name
,
&
ti_next
);
output_time
=
(
double
)
exp
(
ti_next
*
e
->
time_base
)
*
e
->
cosmology
->
a_begin
;
...
...
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