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

Error in IMSL manual, example for LFTZG

mecej4
Honored Contributor III
320 Views

The example code shown on page no. 386 of Math.pdf contains the following error:

[fortran]      COMPLEX A(NZ), FAC(45)[/fortran]

should be

[fortran]      COMPLEX A(NZ), FACT(45)[/fortran]

This typo appears in the Roguewave IMSL FNL7 manual also, However, since USE statements for the library routines are included in the example code listing, and/or with IMPLICIT NONE, the error is easily detected by the compiler. I have reported the typo on the Roguewave user forum for the IMSL FNL.

The source code included in SAMPLES.ZIP in the IMSL EIAT directory does not contain this error.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
320 Views

Thanks for the information. I will also send it to my contacts at Rogue wave to be sure that they pick up on it.

0 Kudos
Reply