Remove unused variable btpr

This commit is contained in:
Martin Kroeker 2017-11-14 23:25:50 +01:00 committed by GitHub
parent acf3d34bc5
commit 65bf0a343c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha_r, FLOAT alpha_i, FLOAT *a, BLASLONG lda)
{
BLASLONG i,j,ia;
FLOAT *aptr,*bptr;
FLOAT *aptr;
FLOAT a0, a1;
if ( rows <= 0 ) return(0);

View File

@ -34,7 +34,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha_r, FLOAT alpha_i, FLOAT *a, BLASLONG lda)
{
BLASLONG i,j,ia;
FLOAT *aptr,*bptr;
FLOAT *aptr;
FLOAT a0, a1;
if ( rows <= 0 ) return(0);

View File

@ -34,7 +34,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha_r, FLOAT alpha_i, FLOAT *a, BLASLONG lda)
{
BLASLONG i,j,ia;
FLOAT *aptr,*bptr;
FLOAT *aptr;
FLOAT a0, a1;
if ( rows <= 0 ) return(0);