Skip to content

Commit b30bf4d

Browse files
committed
SRC: fix implicit function declarations errors
1 parent 24435a7 commit b30bf4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

SRC/pcrot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ void pcrot_( Int *n, complex X[], Int *ix, Int *jx, Int desc_X[], Int *incx, com
190190
F_INTG_FCT pbctrnv_();
191191
F_INTG_FCT crot_();
192192
F_INTG_FCT ilcm_();
193+
F_INTG_FCT numroc_();
193194
/* ..
194195
* .. Executable Statements ..
195196
*

SRC/pzrot.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ void pzrot_( Int *n, complex16 X[], Int *ix, Int *jx, Int desc_X[], Int *incx, c
190190
F_INTG_FCT pbztrnv_();
191191
F_INTG_FCT zrot_();
192192
F_INTG_FCT ilcm_();
193+
F_INTG_FCT numroc_();
193194
/* ..
194195
* .. Executable Statements ..
195196
*

0 commit comments

Comments
 (0)