| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | – | /* Copyright (c) 1986 Regents of the University of California */ |
| 2 | – | |
| 1 | #ifndef lint | |
| 2 | < | static char SCCSid[] = "$SunId$ LBL"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 6 | – | |
| 4 | /* | |
| 5 | * genbeads.c - generate a string of spheres using Hermite | |
| 6 | * curve specification. | |
| # | Line 12 | Line 9 | static char SCCSid[] = "$SunId$ LBL"; | |
| 9 | */ | |
| 10 | ||
| 11 | #include <stdio.h> | |
| 12 | + | #include <stdlib.h> |
| 13 | #include <math.h> | |
| 14 | ||
| 15 | char *mtype; /* material type */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |