Since 7/30/2012 6:59:59 PM, gafferlc has written 1 articles and participated in 2 conversations. gafferlc signature: gafferlc
gafferlc's articles:
Items(1) /1
accessing a fortran module from c760 (7/30/2012 7:27:11 PM) comp.lang.fortran I have the following sample module where I need to access the 'mighty' structure from c:
MODULE testm
TYPE mytype
INTEGER :: sz
INTEGER, POINTER :: j(:)
INTEGER, POINTER :: k(:)
END TYPE... gafferlc
gafferlc's replies:
Items(1) /1
accessing a fortran module from c760 (7/30/2012 7:27:11 PM) comp.lang.fortran I have the following sample module where I need to access the 'mighty' structure from c:
MODULE testm
TYPE mytype
INTEGER :: sz
INTEGER, POINTER :: j(:)
INTEGER, POINTER :: k(:)
END TYPE... gafferlc(3)
gafferlc is following:
Items(1) /1
accessing a fortran module from c760 (7/30/2012 7:27:11 PM) comp.lang.fortran I have the following sample module where I need to access the 'mighty' structure from c:
MODULE testm
TYPE mytype
INTEGER :: sz
INTEGER, POINTER :: j(:)
INTEGER, POINTER :: k(:)
END TYPE... gafferlc(3)