I got the following problem: I want to assign a value which is pointed at to another value. How I do this? I tried it this way:
trialstr(0,0) = *stress(0);
But this did not work. I received this error message:
‘stress’ cannot be used as a function
I hope you can help me.
[]). Also, we need more code to be able to help you.stress? What istrialstr?