Skip to content
Snippets Groups Projects
Commit ce18921d authored by Chichi Lalescu's avatar Chichi Lalescu
Browse files

use __GNUC__ instead of GNUC_MAJOR

parent acca8a5f
Branches
Tags 3.13.1
2 merge requests!21Bugfix/nansampling,!3Bugfix/event manager show html
...@@ -117,7 +117,7 @@ class vorticity_equation ...@@ -117,7 +117,7 @@ class vorticity_equation
read); read);
if (read) if (read)
{ {
#if (__GNUC_MAJOR__ <= 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->low_pass<rnumber, THREE>(this->cvorticity->get_cdata(), this->kk->kM);
this->kk->force_divfree<rnumber>(this->cvorticity->get_cdata()); this->kk->force_divfree<rnumber>(this->cvorticity->get_cdata());
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment