Re: Using pointers in fortran 95



I do not see any error.

I tested your program on SUN workstation and on Linux with g95, lf95
(v5) and lf95 (v6.2) without trouble.

Just a comment : you do not need to nullify nb in the type declaration
(you already do it in the routine Start). This is the only thing which
is not stricktly f90 (but it is OK in f95).

FJ

.