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

A typo in the documentation

Dishaw__Jim
Beginner
200 Views
I found a typographical error in the documentation on the INQUIRE function. The documentation reads
INQUIRE(DIRECTORY=dir, EXISTS=ex [, DIRSPEC=dirspec][,ERR=label][,IOSTAT=i-var])
when it should be
INQUIRE(DIRECTORY=dir, EXIST=ex [, DIRSPEC=dirspec][,ERR=label][,IOSTAT=i-var])
Note the "EXISTS" versus "EXIST." The rest of page uses "EXIST," thus I'm assuming that is the intended usage.

This seems a bit minor to submit to Premier support, but I can if that is the correct process.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
200 Views

Yup, you're right. A report to Premier Support would be fine but I'll take care of this one. It will not be fixed for our next release, but some time later.

0 Kudos
Reply