| 查看: 566 | 回复: 2 | ||
chenshuai000金虫 (正式写手)
|
[求助]
fortran 程序求助
|
|
module para implicit none parameter (gamma=1.4,U0=272,V0=0,Rou=1.29,P0=101000,k2=0.9,k4=0.02,CFL=2) integer ::nnodes,ncells,nedges integer,allocatable :: iedge(:, ,icell(:, ,cell(:,![]() real*8,allocatable :: xy(:, ,vol(![]() end module 错误 1 error #6404: This name does not have a type, and must have an explicit type. [GAMMA] D:\chenshuai\Console1\Console1\\mod_para.f90 5 错误 2 error #6404: This name does not have a type, and must have an explicit type. [U0] D:\chenshuai\Console1\Console1\\mod_para.f90 5 错误 3 error #6404: This name does not have a type, and must have an explicit type. [V0] D:\chenshuai\Console1\Console1\\mod_para.f90 5 错误 4 error #6404: This name does not have a type, and must have an explicit type. [ROU] D:\chenshuai\Console1\Console1\\mod_para.f90 5 错误 5 error #6404: This name does not have a type, and must have an explicit type. [P0] D:\chenshuai\Console1\Console1\\mod_para.f90 5 错误 6 error #6404: This name does not have a type, and must have an explicit type. [K2] D:\chenshuai\Console1\Console1\\mod_para.f90 5 错误 7 error #6404: This name does not have a type, and must have an explicit type. [K4] D:\chenshuai\Console1\Console1\\mod_para.f90 5 错误 8 error #6404: This name does not have a type, and must have an explicit type. [CFL] D:\chenshuai\Console1\Console1\\mod_para.f90 5 为什么parameter 会有错? |
» 猜你喜欢
评审有感
已经有10人回复
面上本子正文33页,违规吗?会被低分嘛?
已经有10人回复
国自然上会要求
已经有9人回复
博士申请
已经有5人回复
今年审到国自然15份,谈谈感受
已经有16人回复
上海大学实验技术岗位非升即走
已经有8人回复
考博自荐
已经有6人回复
青C资助名额大幅增加!
已经有16人回复
重磅!青年科学基金项目(C类)资助增幅预计超过50%
已经有10人回复
我在等一个没有答案的答案
已经有3人回复
wxws.2008
木虫 (正式写手)
- 应助: 5 (幼儿园)
- 金币: 5015.5
- 散金: 256
- 红花: 9
- 帖子: 354
- 在线: 147.9小时
- 虫号: 639701
- 注册: 2008-10-29
- 性别: GG
- 专业: 荒漠化与水土保持
2楼2016-01-21 11:56:08
chenshuai000
金虫 (正式写手)
- 应助: 0 (幼儿园)
- 金币: 377.6
- 散金: 31
- 红花: 2
- 帖子: 397
- 在线: 174.7小时
- 虫号: 3644225
- 注册: 2015-01-14
- 性别: GG
- 专业: 控制理论与方法
3楼2016-01-21 16:27:59












,icell(:,
回复此楼