Skip to content
Snippets Groups Projects
Commit eef34216 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

update git version check

parent 99117c63
No related branches found
No related tags found
1 merge request!21Bugfix/nansampling
Pipeline #
......@@ -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
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment