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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

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

    segmentation fault

    This is a portion of a program i am working on. ------------------------- write(*,*) psi,t,NOB,pi qn=IDINT((psi-t)*NOB/(2*pi)+0.5d0) write(*,*) t,qn write(*,*) 'line' ----------------- output for first write statement: 2.0943951023931953 0.0000000000000000 3...
  2. ranjith1009

    subroutine giving different results

    I have a subroutine let us call it A(x,y,z). Case 1: A is called from another subroutine say B (B is just one of the subroutines the main function uses-so a lot more .f files are compiled together along with it). The results i get are incorrect. Case 2: But when i call the same subroutine...

Part and Inventory Search

Back
Top