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

Two numbers at end of program execution?

algebra
Beginner
376 Views
What are those two number at the end of program execution, and how can I get rid of them? Ficticious example:

C:>hellow.exe
Hello world
1.7444532e-39 20.00000

C:>
0 Kudos
3 Replies
Steven_L_Intel1
Employee
376 Views
Must be something in your program - I've never seen that done in general.
0 Kudos
algebra
Beginner
376 Views
It was my (newbie) mistake, sorry. I had a spurious write statement in my program afterall.
0 Kudos
Steven_L_Intel1
Employee
376 Views
Glad to hear you found it.
0 Kudos
Reply