Fortran 中intent表示什么意思

问题描述:

Fortran 中intent表示什么意思

intent(IN) 表示这个参数是输入的
intent(OUT) 表示参数是输出的
intent(INOUT)表示这个参数同时用于两个方向的数据传递