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