Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Re: static function ? how ?
Arjen Markus wrote:
> KC wrote: 
>
> You can do this using g95 (that is the GNU
> compiler for Fortran 90/95):

Perhaps "the GNU compiler" should be replaced with "a GNU compiler",
since gfortran exists :).

> Via the contains statement you can introduce new subroutines and
> functions
> that can only be accessed by each other and the containing routine:
>
> subroutine suba( ... )
> ...
>     call subb( ... )
> ....
> contains
> subroutine subb( ... )
>    write(*,*) 'In subb!'
> end subroutine subb
>
> subroutine subc( ... )
>    ...
> end subroutine subc
>
> end subroutine suba
>
> (The same for main programs). Modules are even more useful, because
> more general.

Is this part of Fortran 2003 or is it an extension specific to g95?


Report this thread to moderator Post Follow-up to this message
Old Post
beliavsky@aol.com
05-26-05 01:58 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Fortran archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 10:27 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.