Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Schedule
  • Content: Threads
  • Order by date
  1. Schedule

    help: Mex error

    Hi all, I am new to Mex. I tried to compile a fortran code. I use the following simple fortran code to test. ********************************** subroutine return_a(a) real, intent(out) :: a a=1 end subroutine return_a ********************************** the fortran...

Part and Inventory Search

Back
Top