Xref: utzoo sci.engr:1029 sci.physics:18202 comp.lang.fortran:5193 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!ncar!gatech!hubcap!jelynch From: jelynch@hubcap.clemson.edu (james e lynch) Newsgroups: sci.engr,sci.physics,comp.lang.fortran Subject: GE Time Sharing Fortran Subroutine Keywords: Subroutine, Fortran, QSF Message-ID: <1991Apr18.220514.13109@hubcap.clemson.edu> Date: 18 Apr 91 22:05:14 GMT Organization: Clemson University Lines: 15 Help!!! I am trying to run a program original written to run on GE's Time-Sharing on my IBM pc. The program was written in FORTRAN and I am most of the code has been rewritten in MS Quick basic. However, the original code calls a subroutine called QSF in the following manner: CALL QSF(H(1),Y(1),Z(1),NDIM(1)) My memory is that this sub-routine does integration but I have been unable to repeat calculation done with the original code. Does any out there have any information on the QSF sub-routine. Any help will be greatly appreciated. Please forward all responses to JELYNCH@CLEMSON.HUBCAP.EDU Thank-you