Quantcast
Channel: Recent posts
Browsing all 6 articles
Browse latest View live

Problem with NaN

Language English Program Main...do loop=1,ncall test1(...)enddoend Program Mainsubroutine test1(...)a=sin(2)b=cos(2)end subroutine test1Here is the problem, when loop=1, both a and b got the correct...

View Article



Compile problem with nested type

Language English module type_definitionstype AAinteger :: idn type(BB),pointer :: n end type AAtype BBinteger :: id type(AA),pointer :: m end type BBend module type_definitionssubroutine findx(kk)use...

View Article

Compile problem with nested type

Language English Here is the code in Test.f90!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!module type_definitionstype AAinteger :: idn type(BB),pointer :: n end type AAtype BBinteger ::...

View Article

Compile problem with nested type

Here is the code in Test.f90!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!module type_definitionstype AAinteger :: idn type(BB),pointer :: n end type AAtype BBinteger :: id...

View Article

Compile problem with nested type

module type_definitionstype AAinteger :: idn type(BB),pointer :: n end type AAtype BBinteger :: id type(AA),pointer :: m end type BBend module type_definitionssubroutine findx(kk)use...

View Article


Problem with NaN

Program Main...do loop=1,ncall test1(...)enddoend Program Mainsubroutine test1(...)a=sin(2)b=cos(2)end subroutine test1Here is the problem, when loop=1, both a and b got the correct value, while...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images