| # | Line 14 | Line 14 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 14 | #include <stdio.h> | |
| 15 | ||
| 16 | ||
| 17 | + | #ifndef atof |
| 18 | + | extern double atof(); |
| 19 | + | #endif |
| 20 | + | |
| 21 | char *mtype; /* material type */ | |
| 22 | ||
| 23 | char *name; /* name */ | |
| # | Line 23 | Line 27 | main(argc, argv) | |
| 27 | int argc; | |
| 28 | char **argv; | |
| 29 | { | |
| 26 | – | double atof(); |
| 30 | double p0[3], p1[3], r0[3], r1[3]; | |
| 31 | double rad, inc; | |
| 32 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |