| 查看: 543 | 回复: 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 会有错? |
» 猜你喜欢
08生物与医药专硕初试346找调剂
已经有7人回复
理学07化学 303求调剂
已经有14人回复
309求调剂
已经有4人回复
一志愿安徽大学计算机科学与技术学硕,331分求调剂
已经有5人回复
085600,材料与化工321分调剂
已经有8人回复
270调剂
已经有3人回复
一志愿211,335分,0856,求调剂院校和导师
已经有13人回复
085601一志愿中山大学深圳材料工程330求调剂
已经有7人回复
调剂推荐
已经有12人回复
求调剂,一志愿南京师范大学计算机专硕,初试373,六级通过,
已经有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(:,
回复此楼
10