|
本帖最后由 neocc 于 2021-6-4 10:45 编辑
我遇到的报错与楼主的相同,是instanton.F文件的问题么?
- instanton.F(57): error #6580: Name in only-list does not exist or is not accessible. [RANE]
- USE random_seeded, ONLY: RANE
- -------------------------------^
- instanton.F(208): error #6580: Name in only-list does not exist or is not accessible. [RANE]
- USE random_seeded, ONLY: RANE
- -------------------------------^
- instanton.F(433): error #6404: This name does not have a type, and must have an explicit type. [RANE]
- w(i,j,im)=rane()-0.5_q
- ----------------------------^
- compilation aborted for instanton.f90 (code 1)
复制代码 |
|