| 查看: 589 | 回复: 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 会有错? |
» 猜你喜欢
2026年面上项目中了,2A+B, 会评顺利通过
已经有9人回复
今年E04面上
已经有16人回复
大龄残疾硕士的一点执念
已经有16人回复
刑法学论文投稿求助
已经有5人回复
Journal of Environmental Chemical Engineering
已经有3人回复
最后一年,祈求好运
已经有3人回复
风电环氧领域
已经有3人回复
昨日死,今日生
已经有8人回复
售T0P一区SCI文章,我:8O5.51.O.54,科目齐全,可+急
已经有4人回复
售T0P一区SCI文章,我:8O5.51.O.54,科目齐全,可+急
已经有4人回复
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(:,
回复此楼