Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Fortran Basics
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 27 of 27 - Collapse all  -  Translate all to Translated (View all originals) < Older 
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
dpb  
View profile  
 More options May 27 2010, 2:15 pm
Newsgroups: comp.lang.fortran
From: dpb <n...@non.net>
Date: Thu, 27 May 2010 13:15:35 -0500
Local: Thurs, May 27 2010 2:15 pm
Subject: Re: Fortran Basics
dpb wrote:

...

> All you need to do is to either change the current OPEN statement from
> formatted write to stream ...

Realize I got sidetracked and didn't mention the "or" side of the
"either"...

Alternatively, if want to keep the existing output for possible human
consumption, add another OPEN to a different iounit for the stream output.

One could then add a flag and some logic around the write() statements
to skip them if not requested for production work yet keep them in the
code unmodified for special use.

The "quick 'n dirty" way would be to simply comment them out, of course,
but I won't mention such an expedient hack here... :)

--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Craig Powers  
View profile  
 More options May 28 2010, 5:59 pm
Newsgroups: comp.lang.fortran
From: Craig Powers <craig.pow...@invalid.invalid>
Date: Fri, 28 May 2010 17:59:27 -0400
Local: Fri, May 28 2010 5:59 pm
Subject: Re: Fortran Basics

baalzamon.moridin wrote:
> By the By do I need an actual editor for writing fortran....or can I
> use notepad and save it with the correct extension? Notepad opens the
> file and shows no encrypted segments?

Any text editor will do, but the better ones will have tools like syntax
highlighting that will make reading and understanding the code easier.
One option to consider is emacs... there is a Windows build available.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages < Older 
« Back to Discussions « Newer topic     Older topic »