Incompatible pointer type when passing an array into a function

前端 未结 0 771
青春惊慌失措
青春惊慌失措 2020-12-21 02:54

I have an array initialized using

double M[20][ULL][ULL]

along with a function given by

void hecrmodel(double M[][ULL])


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题