Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
20142737
Commit
20142737
authored
Sep 12, 2019
by
Peter W. Draper
Browse files
Use novector not novec
parent
fc14489c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cooling/EAGLE/cooling_tables.c
View file @
20142737
...
...
@@ -295,7 +295,7 @@ void read_cooling_header(const char *fname,
/* Compute inverse of solar mass fractions */
#if defined(__ICC)
#pragma novec
#pragma novec
tor
#endif
for
(
int
i
=
0
;
i
<
N_SolarAbundances
;
++
i
)
{
cooling
->
SolarAbundances_inv
[
i
]
=
1
.
f
/
cooling
->
SolarAbundances
[
i
];
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment