An error said expected unqualified-id before for and expect ";" before "for", but i definitely have all the ";", whats Wrong, please help me, thx a alot
for(int i=0; i<Nel; i++) // loop on the element
{
for(int j=0; j<Npnt; j++) // Point of evaluation
{
for(int k=0; k<3; k++) // 3 conservative variables
{
VTemp[j][i][k]=VarPriF[j][i][k];
}
}
}