--- ray/src/gen/genrev.c 1989/02/02 11:16:29 1.1 +++ ray/src/gen/genrev.c 1989/10/18 17:43:46 1.3 @@ -1,8 +1,10 @@ -/* +/* Copyright (c) 1989 Regents of the University of California */ #ifndef lint static char SCCSid[] = "$SunId$ LBL"; #endif + +/* * genrev.c - program to generate functions of rotation about z * * The program takes as input the functions of t for z and r @@ -64,7 +66,7 @@ char *argv[]; nseg = atoi(argv[5]); if (nseg <= 0) goto userror; - modname = smooth ? "phong" : argv[1]; + modname = smooth ? "Phong" : argv[1]; printhead(argc, argv); @@ -96,7 +98,7 @@ char *argv[]; if (!orient) goto endfor; if (smooth) { - printf("\n%s texfunc phong\n", argv[1]); + printf("\n%s texfunc Phong\n", argv[1]); printf("4 rev_dx rev_dy rev_dz rev.cal\n"); printf("0\n4\n"); if (orient&(UP|DOWN)) {