回 帖 发 新 帖 刷新版面

主题:求助 fortran中字符串传递

This actual argument must be the name of an external user function or the name of an intrinsic function.   [START_TIME]     这是怎么回事? 
 
 CALL Pick_time(start_time(1:14),sample_rate,Rat,N,THR)
     
 SUBROUTINE Pick_time(start_time,sample_rate,Rat,N,THR)
     CHARACTER*20,timefile
     CHARACTER*14,start_time 
 其中start_time是由14个字符构成的字符窜

回复列表 (共1个回复)

沙发

实参必须是一个外部函数
start_time可能是一个函数,只是返回值是一个14长度的字符串

我来回复

您尚未登录,请登录后再回复。点此登录或注册