Hi Guys,
I couldn't find this reported anywhere but apologies if it's known. I'm using 10.3.1544 and I get the following problem:
If I have a signature of a function in a class as follows -
void SetCoarseWeights(int x, int y, int z, double dX1, double dX2, // set coarse weights in grid X
double dX3);
Then, when I choose "Create implementation", I get the following:
void CFastRBF::SetCoarseWeights( int x, int y, int z, double dX1, double dX2, // set coarse weights in grid X double dX3) )
{
}
The comment gets included in the signature - see what I mean?
Anyway, over to you guys .....