From: Alan W. I. <ai...@us...> - 2003-12-12 03:48:35
|
Update of /cvsroot/plplot/plplot/examples/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv4718/examples/f77 Modified Files: x01f.fm4 x02f.fm4 x03f.fm4 x04f.fm4 x05f.fm4 x06f.fm4 x07f.fm4 x08f.fm4 x09f.fm4 x10f.fm4 x11f.fm4 x12f.fm4 x13f.fm4 x16f.fm4 x17f.fm4 x18f.fm4 x19f.fm4 Log Message: Convert all floating-point constants in fortran examples to standard double-precision form. e.g., .3 ==> 0.3d0. Also, convert ugly dble (0.3), etc. in argument lists to 0.3d0. This was all done by a fairly well tested sed script that I have developed for a different project. Examples 3, 9, 11, and 13 gave slightly different (but still visually acceptable) answers as a result. |