[ZARCH] Undo the last commit
This commit is contained in:
parent
c8ef9fb220
commit
04873bb174
|
@ -283,7 +283,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
|
|||
}
|
||||
else
|
||||
{
|
||||
max = 0;
|
||||
maxf = CABS1(x,0);
|
||||
ix += 2;
|
||||
i++;
|
||||
|
|
|
@ -283,7 +283,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
|
|||
}
|
||||
else
|
||||
{
|
||||
min = 0;
|
||||
minf = CABS1(x,0);
|
||||
ix += 2;
|
||||
i++;
|
||||
|
|
|
@ -206,7 +206,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
max = 0;
|
||||
maxf = ABS(x[0]);
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -206,7 +206,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
min = 0;
|
||||
minf = ABS(x[0]);
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -182,7 +182,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
max = 0;
|
||||
maxf = x[0];
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -182,7 +182,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
min = 0;
|
||||
minf = x[0];
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -249,7 +249,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
max = 0;
|
||||
maxf = ABS(x[0]);
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -249,7 +249,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
min = 0;
|
||||
minf = ABS(x[0]);
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -225,7 +225,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
max = 0;
|
||||
maxf = x[0];
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -225,7 +225,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x) {
|
|||
}
|
||||
else
|
||||
{
|
||||
min = 0;
|
||||
minf = x[0];
|
||||
i++;
|
||||
}
|
||||
|
|
|
@ -204,7 +204,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
|
|||
}
|
||||
else
|
||||
{
|
||||
max = 0;
|
||||
maxf = CABS1(x,0);
|
||||
ix += 2;
|
||||
i++;
|
||||
|
|
|
@ -204,7 +204,6 @@ BLASLONG CNAME(BLASLONG n, FLOAT *x, BLASLONG inc_x)
|
|||
}
|
||||
else
|
||||
{
|
||||
min = 0;
|
||||
minf = CABS1(x,0);
|
||||
ix += 2;
|
||||
i++;
|
||||
|
|
Loading…
Reference in New Issue