On 4/16/20 9:46 PM, Ajith nandan wrote:
> I get an error called free( ) : invalid size.
> I have attached the image.
> Please, anyone, help me with this problem.
Ajith,
what have you already done? Have you run the program in a debugger to find out
where this happens and why? There clearly is a bug in your code, and you need
to find where and why. My best guess is that you are writing past the end of
an array and are overwriting other memory, but of course there is no way for
us to tell.
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email:
bang...@colostate.edu
www:
http://www.math.colostate.edu/~bangerth/