Skip to content
Snippets Groups Projects
Commit 47718592 authored by Raymond Toy's avatar Raymond Toy
Browse files

Oops. Fix typo by removing the extraneous comma that was left in.

parent 2ecd1851
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/ ...@@ -101,7 +101,7 @@ ivln2_l = 1.92596299112661746887e-08; /* 0x3E54AE0B, 0xF85DDF44 =1/ln2 tail*/
{ {
double z,ax,z_h,z_l,p_h,p_l; double z,ax,z_h,z_l,p_h,p_l;
double y1,t1,t2,r,s,t,u,v,w; double y1,t1,t2,r,s,t,u,v,w;
int ,i,j,k,yisint,n; int i,j,k,yisint,n;
int hx,hy,ix,iy; int hx,hy,ix,iy;
unsigned lx,ly; unsigned lx,ly;
union { int i[2]; double d; } ux; union { int i[2]; double d; } ux;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment