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
TurTLE
TurTLE
Commits
eef34216
Commit
eef34216
authored
May 23, 2017
by
Cristian Lalescu
Browse files
update git version check
parent
99117c63
Pipeline
#12926
canceled with stage
in 2 minutes and 16 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
bfps/cpp/vorticity_equation.hpp
View file @
eef34216
...
...
@@ -117,7 +117,7 @@ class vorticity_equation
read
);
if
(
read
)
{
#if (__GNUC__ <= 4 && __GNUC_MINOR__ <
=
7)
#if (__GNUC__ <= 4 && __GNUC_MINOR__ < 7)
this
->
kk
->
low_pass
<
rnumber
,
THREE
>
(
this
->
cvorticity
->
get_cdata
(),
this
->
kk
->
kM
);
this
->
kk
->
force_divfree
<
rnumber
>
(
this
->
cvorticity
->
get_cdata
());
#else
...
...
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