annotate libcruft/amos/README @ 7820:cb4838d70ab2
Fix default value for axes gridlinestyle and minorgridlinestyle.
author |
Michael Goffioul <michael.goffioul@gmail.com> |
date |
Thu, 07 Feb 2008 16:21:03 +0100 |
parents |
8b0cb8f79fdc |
children |
66fdc831c580 |
rev |
line source |
3217
|
1 The files in this directory have been modified from those found on |
|
2 netlib by changing the following subroutine names |
|
3 |
|
4 zabs --> xzabs |
|
5 zexp --> xzexp |
|
6 zlog --> xzlog |
|
7 zsqrt --> xzsqrt |
|
8 |
|
9 to avoid conflicts with non-standard but commonly used Fortran |
|
10 intrinsic function names. |
|
11 |
|
12 John W. Eaton |
|
13 jwe@bevo.che.wisc.edu |
|
14 University of Wisconsin-Madison |
|
15 Department of Chemical Engineering |
|
16 |
|
17 Wed Nov 11 17:29:50 1998 |