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: *

  1. UCDavisPrgmer

    Commenting out blocks of code at a time in Fortran? (CVF 6.1)

    In Java I remember you could comment out entire blocks of code (with // ... // or something), in MatLab, you can select a block of code and comment it out all at once (it inserts a '%' in front of each line). Is it possible in Compaq Visual Fortran (6.1), or in Fortran in general, to comment...
  2. UCDavisPrgmer

    Outputing an allocatable array from a subroutine

    -just can't seem to do it. My goal: make a simple subroutine that reads in a text file with 1 column of numbers and outputs an array with those numbers. I can do it no problem in the main program but have been going nuts trying to output an array for which I don't know the dimensions in...

Part and Inventory Search

Back
Top