I think you need to post some more information.
For a start what language are you using? (I assume c or c++ but please specify)
What compiler are you using? (borland?)
Please post the exact error message and turn all compiler warnings on.
Where have you declared / instantiated psimin, bsat, ccsat?
You can't access a float with operator [ ], so are they arrays or pointers or some class of your own?
Have they been passed to a function or are they in the same scope as they were declared, and if they have been passed, what are the function arguments?
Ideally a minimal error inducing complete example would be nice, so if it is not a common compiler you are using then others can see what the error message is in more familiar terms.
Last edited by dakensta; 08-26-2004 at 10:15 AM.
|