[Opal-commits] opal/samples/simple_objects main.cpp,1.26,1.27
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-28 22:33:15
|
Update of /cvsroot/opal/opal/samples/simple_objects In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4923/samples/simple_objects Modified Files: main.cpp Log Message: renamed an "internal_" variable to make it not internal; specifically, renamed the reference string names used within Blueprints; these should be usable by the users, so they shouldn't be named "internal_" Index: main.cpp =================================================================== RCS file: /cvsroot/opal/opal/samples/simple_objects/main.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** main.cpp 21 Mar 2005 04:29:05 -0000 1.26 --- main.cpp 28 Mar 2005 22:33:06 -0000 1.27 *************** *** 128,132 **** { opal::Matrix44r offset; ! offset.translate(0, 10, 0); // Instantiate the Blueprint. --- 128,132 ---- { opal::Matrix44r offset; ! offset.translate(0, 2, 0); // Instantiate the Blueprint. |