27 lines
378 B
C
27 lines
378 B
C
|
|
//////////////////////////////////////////////////////////////////////////
|
||
|
|
//
|
||
|
|
// To deals with the intrisics function call
|
||
|
|
// Declare the sets of function considered as intrinsic
|
||
|
|
// in fortran 77
|
||
|
|
// indicate also if side effect
|
||
|
|
//
|
||
|
|
//////////////////////////////////////////////////////////////////////////
|
||
|
|
|
||
|
|
// see definesValues.h files
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|