Help please with a small code conversion
From: Jason (jspaldin_at_umflint.edu)
Date: 10/19/04
- Next message: Gareth Owen: "Re: Help please with a small code conversion"
- Previous message: Richard E Maine: "Re: Installing g95 on OS X"
- Next in thread: Gareth Owen: "Re: Help please with a small code conversion"
- Reply: Gareth Owen: "Re: Help please with a small code conversion"
- Reply: Dave Seaman: "Re: Help please with a small code conversion"
- Reply: meek_at_skyway.usask.ca: "RE: Help please with a small code conversion"
- Reply: Kevin G. Rhoads: "Re: Help please with a small code conversion"
- Reply: beliavsky_at_aol.com: "Re: Help please with a small code conversion"
- Reply: Stuart Gerchick: "Re: Help please with a small code conversion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Oct 2004 10:36:02 -0700
I am trying to convert a piece of FORTRAN code to C++.
write(ifile,*) h(i,j)
Does this simply write to a file a entry from a Ith by Jth entry of a
matrix? If so what does (ifile, *) do? Does this make the entry
added to a file called (ifile)?
Also there is another line that has me stuck
implicit double precision(a-h,o-z)
I am not sure the significance of implicit. How could I get the same
effect using c++?
Jason Spalding
- Next message: Gareth Owen: "Re: Help please with a small code conversion"
- Previous message: Richard E Maine: "Re: Installing g95 on OS X"
- Next in thread: Gareth Owen: "Re: Help please with a small code conversion"
- Reply: Gareth Owen: "Re: Help please with a small code conversion"
- Reply: Dave Seaman: "Re: Help please with a small code conversion"
- Reply: meek_at_skyway.usask.ca: "RE: Help please with a small code conversion"
- Reply: Kevin G. Rhoads: "Re: Help please with a small code conversion"
- Reply: beliavsky_at_aol.com: "Re: Help please with a small code conversion"
- Reply: Stuart Gerchick: "Re: Help please with a small code conversion"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|