Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.4 by mlosch, Fri Apr 27 09:45:03 2012 UTC | revision 1.5 by mlosch, Fri Apr 27 09:50:46 2012 UTC | |
---|---|---|
# | Line 41 c == local variables == | Line 41 c == local variables == |
41 | _RL ff | _RL ff |
42 | _RL dfminFrac | _RL dfminFrac |
43 | ||
44 | #if defined (DYNAMIC) | #ifdef DYNAMIC |
45 | _RL vv(nn) | _RL vv(nn) |
#elif defined (USE_POINTER) || (MAX_INDEPEND == 0) | ||
_RL vv | ||
pointer (pvv,vv(1)) | ||
46 | #else | #else |
47 | integer nmax | integer nmax |
48 | parameter( nmax = MAX_INDEPEND ) | parameter( nmax = MAX_INDEPEND ) |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |