Skip to content

Commit

Permalink
Clean up ZROTG
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 5, 2023
1 parent f59eb5f commit 67269c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/zrotg.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ void CNAME(void *VDA, void *VDB, FLOAT *C, void *VS) {
FLOAT db_r = *(DB+0);
FLOAT db_i = *(DB+1);
//long double r;
FLOAT *r, *S1[2];
FLOAT *R=[2];
FLOAT S1[2];
FLOAT R=[2];
long double d;

FLOAT ada = da_r * da_r + da_i * da_i;
Expand Down

0 comments on commit 67269c4

Please sign in to comment.