我在模块mod_solver里也use了其他模块,是use的顺序问题吗?[Fortran] syntaxhighlighter_viewsource syntaxhighlighter_copycode subroutine solve(x,y,z,x_h,y_h,nx,ny,nz,nx_h,ny_h,p,u,v,w,w_h,h,h0,t,r,x_)
use mod_global,only:dp,numnp,numnp_h,numel,numel_h,dime,nnx,nny,nnz,nnx_h,nny_h
use mod_mesh,only:elest,elest_h,connect
use mod_stiff
use mod_boundary
implicit none |