"E.D.G." <[email protected]> wrote in message news:[email protected]...
> For one thing, the input and output routines need to be changed. > And we want it to be able to generate charts or graphs. The existing > program will generate only text data. You can generate charts and graphs in Fortran. Just use OpenGL via f2003 C interoperability. One project that does this is f03GL. Another project interfaces to GTK (gtk-fortran). -- write(*,*) transfer((/17.392111325966148d0,6.5794487871554595D-85, & 6.0134700243160014d-154/),(/'x'/)); end -- https://mail.python.org/mailman/listinfo/python-list
