replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: Search
forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
forums.silverfrost.com Forum Index
Author Message
  Topic: Fortran 2003
Trondheimer

Replies: 1
Views: 5277

PostForum: General   Posted: Fri Feb 06, 2009 12:05 pm   Subject: Fortran 2003
Are there any plans for a Silverfrost Fortran 2003?
  Topic: Real numbers as DO indices in Fortran 95
Trondheimer

Replies: 2
Views: 4992

PostForum: Support   Posted: Tue Mar 04, 2008 11:20 am   Subject: Real numbers as DO indices in Fortran 95
Real numbers as DO indices are from Fortran 95 on not any more a part of the standard. Using the ISO option when compiling (Plato) is supposed to ensure that the code is in agreement with the standard ...
  Topic: Recursive procedure - the INTENT attribute
Trondheimer

Replies: 2
Views: 5108

PostForum: Support   Posted: Tue Mar 04, 2008 10:37 am   Subject: Recursive procedure - the INTENT attribute
Given the following straight forward recursive subroutine:

RECURSIVE SUBROUTINE fakultet_sub( n, fak )
IMPLICIT NONE
INTEGER, INTENT( IN ) :: n
INTEGER, INTENT( OUT ) :: fak
INTEGER ...
 
Page 1 of 1
All times are GMT + 1 Hour
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group