<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'>Hi duners,<br>I'm trying to read a grid from input using my reader of StarCD grid files.<br>I have a weird error. I have no periodic boundary, but the code enters ( in file faceutility_imp.cc)<br><br>if(periodicBnd){...}  (1)<br><br>And that is because of the result of<br><br>const BNDFaceType * bnd = dynamic_cast<const BNDFaceType *>( outerElement_ );  (2)<br><br>is NULL and then periodicBnd = (bnd==0) is true.<br>I have to figured out which error can be in the input files. Could anyone explain me what (2) is intended for, please?<br>And when does a correct grid enter (1)?<br><br>Thanks,<br><br>Marco<br><br><br><br><div><span name="x"></span>--<br>-----------------------------------------------<br>Marco Cisternino, PhD<br>OPTIMAD Engineering s.r.l.<br>Via Giacinto Collegno 18<br>10143 Torino - Italy<br>www.optimad.it<br>marco.cisternino@optimad.it<br>+39 011 19719782<br>-----------------------------------------------<span name="x"></span><br></div><br></div></body></html>