for (ii=0;ii<NX;ii++)
{
for(jj=0;jj<NY;jj++)
{
//sum statments to compute sigma[ii][jj]
fprintf(qqq,"%e\t",sigma[ii][jj])
}
}
but by this code the array qqq will be 1*200 (if NX=10 ,NY=20)
i want this array to be 10*20
so please what can i do?
thanks for your help
i tried to writ a brogram in c++ and i will need your help
but how can i contact you ?
by edaboard in this section or by mail
tell me
with my best regards