Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

too many continuation lines

vic0
Beginner
1,165 Views
Hello
I'm new in Fortran and faced with problem in compilation process

"To many continuation lines". The block consists of 899 lines, each consists something like that:
& 0.441570, 0.488460, -1.089310, -2.475400, -1.724270, 2.663840,
How fix it by Intel Fortran compiler ???

Thanks a lot





0 Kudos
1 Reply
TimP
Honored Contributor III
1,165 Views
As far as I know, the limit of 511 continuation lines mentioned in ifort doc is a fixed limit, and is considered excessive by most people, including the standards committees. Possibly alternatives include reading a file to initialize data.
0 Kudos
Reply