Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29282 Discussions

Problem with user defined pointer structures and modules

1 Reply
Steven_L_Intel1
Employee
470 Views


pwlivermore wrote:
Surely (a) defining identical user types in each module and (b) replacing each definition by a USE statement to a separate "definitions module" should be the same?

Well, you may think so, but the Fortran standard considers these distinct types. Your workaround is the correct solution.
0 Kudos
Reply