fix prototype
This commit is contained in:
parent
769a58e9d1
commit
d8126c76e7
|
@ -887,7 +887,7 @@ L40:
|
||||||
/* Subroutine */ int stest1_(real* scomp1, real* strue1, real* ssize, real* sfac)
|
/* Subroutine */ int stest1_(real* scomp1, real* strue1, real* ssize, real* sfac)
|
||||||
{
|
{
|
||||||
static real scomp[1], strue[1];
|
static real scomp[1], strue[1];
|
||||||
extern /* Subroutine */ int stest_(int*, real*, real*, real*, real*);
|
extern /* Subroutine */ int stest_(integer*, real*, real*, real*, real*);
|
||||||
|
|
||||||
/* ************************* STEST1 ***************************** */
|
/* ************************* STEST1 ***************************** */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue