Hi,
I am looking for a way to use the c++ ASSERT function in a fortran code like for ex.,
allocate (a(10,10), stat=memstat)
ASSERT(memstat==0)
I am looking for a way to define the 'ASSERT' function in a header file and include some error msg with line numbers etc. and use it. Can any body help me with this? Thanx in advance.
- raghu_r
I am looking for a way to use the c++ ASSERT function in a fortran code like for ex.,
allocate (a(10,10), stat=memstat)
ASSERT(memstat==0)
I am looking for a way to define the 'ASSERT' function in a header file and include some error msg with line numbers etc. and use it. Can any body help me with this? Thanx in advance.
- raghu_r