mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-06-08 01:15:39 +08:00
7 lines
91 B
Fortran
7 lines
91 B
Fortran
double complex function zhoge()
|
|
|
|
zhoge = (0.0d0,0.0d0)
|
|
|
|
return
|
|
end
|