Skip to content

Commit

Permalink
This was causing issues in some compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
CyprienBosserelle committed May 8, 2018
1 parent e529c99 commit 1f2e03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wave_CPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ extern "C" void breakerdelayCPU(int nx,int ny,int ntheta,DECNUM dtheta,DECNUM g,
DECNUM Hi=H[i];
DECNUM ki=k[i];
DECNUM hhi=max(hh[i],hmin);
DECNUM ci=max(c[i],sqrt(hmin*g));
DECNUM ci=max(c[i],sqrtf(hmin*g));
DECNUM R;
DECNUM ustw,uwf,vwf,ustr,usd,uorb;

Expand Down

0 comments on commit 1f2e03f

Please sign in to comment.