Declare array of integers and floats in f77
Quick question:
Is it possible to declare one array with integers and floats in Fortran 77? If yes, 开发者_开发技巧how?
Thanks
MW
One array with both integers and floats (reals) inside? No. It has to have a singular type.
精彩评论