Update zaxpby_vector.c

This commit is contained in:
Martin Kroeker 2024-02-04 20:50:18 +01:00 committed by GitHub
parent 2cab2ca294
commit 05cf634929
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -267,5 +267,6 @@ int CNAME(BLASLONG n, FLOAT alpha_r, FLOAT alpha_i, FLOAT *x, BLASLONG inc_x, FL
} }
} }
return(0); return(0);
}
} }