Stephen Maher (maher++at++holodeck.gsfc.nasa.gov)
Thu, 8 Oct 1998 10:51:43 -0400 (EDT)
"float (*)[4]" is incompatible with parameter of type "const float (*)[4]"
I want to do things like
pfMatrix m1,m2,m3;
pfPostMultMat(m2,m3);
pfPostMultMat(m1,m2);
(e.g., reuse constant input matrices as output matrices)
Any tips? (Besides disabling this warning or switching to C++ :)
Thanks,
Steve
-- stephen.maher++at++gsfc.nasa.gov (301) 286-3368 fax:(301) 286-1776 http://holodeck.gsfc.nasa.gov/vr/vr.html NASA Goddard Space Flight Center
This archive was generated by hypermail 2.0b2 on Thu Oct 08 1998 - 07:51:47 PDT