Jump to content

Call an object method: Difference between revisions

m
(added Fortran)
Line 244:
!static call
call mytype_object%method1() ! call method1 defined as subroutine
!instance?
mytype_object%method2() ! call method2 defined as function
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.