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 Mike Lewis 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
  • Order by date
  1. ranjith1009

    segmentation fault

    Thank you. perhaps did not make it clear. The error is (was)outside this block, as in most cases for segmentation fault function argument mismatch (one of the subroutine calls used in the function). but what would like to know is, how can that cause such an error?
  2. 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...
  3. ranjith1009

    subroutine giving different results

    Landed up in more disbelieving stuff. The way i was testing that subroutine (A) was printing the matrix(argument) that was passed on from B and then used that in the test program by reading. Now, it turns out that in the same program if i do this, that is, just print the matrix to a file and...
  4. 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