[ESRG-CVS] sfesrg/esrgpcpj/gfsw gfsw.c,1.28,1.29
Brought to you by:
dtashley
|
From: David T. A. <dta...@us...> - 2009-11-28 18:17:11
|
Update of /cvsroot/esrg/sfesrg/esrgpcpj/gfsw In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv14969/gfsw Modified Files: gfsw.c Log Message: Development edits. Index: gfsw.c =================================================================== RCS file: /cvsroot/esrg/sfesrg/esrgpcpj/gfsw/gfsw.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** gfsw.c 28 Nov 2009 02:00:09 -0000 1.28 --- gfsw.c 28 Nov 2009 18:17:03 -0000 1.29 *************** *** 247,252 **** //Dope it up linearly. ! initial_width = (initial_width * 700)/10; ! initial_height = (initial_height * 85)/10; { --- 247,252 ---- //Dope it up linearly. ! initial_width = (initial_width * 1500)/10; ! initial_height = (initial_height * 150)/10; { *************** *** 1282,1285 **** --- 1282,1288 ---- /****************************************************************************** ** $Log$ + ** Revision 1.29 2009/11/28 18:17:03 dtashley + ** Development edits. + ** ** Revision 1.28 2009/11/28 02:00:09 dtashley ** SHA-512 function calls added. |