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

double precision in fortran

cvnravi
Beginner
1,139 Views
Hi,

I am using fortran 11 compiler in visual studio from windows. how can i set real values to double precision from project properties. like in fortran powerstation (4.0) we have an option settings->code generation->default real kind( here we can set the type of real data type). similarly how can we set double precision to the real variable in fortran 11 compiler.

Thanks in advance.
0 Kudos
1 Solution
Steven_L_Intel1
Employee
1,139 Views

Project > Properties > Fortran > Data > Default Real Kind > 8

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
1,140 Views

Project > Properties > Fortran > Data > Default Real Kind > 8
0 Kudos
cvnravi
Beginner
1,139 Views

Project > Properties > Fortran > Data > Default Real Kind > 8

Thanks Steve.
0 Kudos
Reply