Looks like you&#39;re missing a &lt;&lt; between the &quot; &quot; and the g2_n[i]<br><br><div class="gmail_quote">On Fri, Jul 15, 2011 at 4:23 PM, Richard Harke <span dir="ltr">&lt;<a href="mailto:paleopenguin@gmail.com">paleopenguin@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":4i">  if (i_cnt &lt; 10) {<br>    std::ostringstream file_name;<br>    file_name &lt;&lt; &quot;ch&quot; &lt;&lt;  i_cnt &lt;&lt; std::ends;<br>

    std::ofstream test_file(file_name.str().c_str());<br>
    test_file &lt;&lt; std::setprecision(15);<br>    test_file &lt;&lt; &quot;  r   X_n   X_nf  Z_n   Z_nf   g1_n   g1_nf  g2_n   g2_nf  mass_n  mass_nf&quot;;<br>    test_file &lt;&lt; std::endl;<br>    for (int i = 0; i &lt; size; i++) {<br>


      test_file &lt;&lt; r1[i] &lt;&lt; &#39; &#39; &lt;&lt; X_n[i] &lt;&lt; &#39; &#39; &lt;&lt; X_nf[i] &lt;&lt; &#39; &#39; &lt;&lt; Z_n[i] &lt;&lt; &#39; &#39; &lt;&lt; Z_nf[i]<br>        &lt;&lt; &quot; &quot; &lt;&lt; g1_n[i] &lt;&lt; &quot; &quot; &lt;&lt; g1_nf[i] &lt;&lt; &quot; &quot; g2_n[i] &lt;&lt; &quot; &quot; &lt;&lt; g2_nf[i] &lt;&lt; &#39; &#39;    // this is line 1785<br>


        &lt;&lt; mass_n[i] &lt;&lt; &#39; &#39; &lt;&lt; mass_nf[i] &lt;&lt; std::endl;<br>    }<br>    i_cnt++;<br><br><br>grid.cc: In member function &#39;void Grid::interpolate_from_parent(Special_Float)&#39;:<br>grid.cc:1785: error: expected `;&#39; before &#39;g2_n&#39;<br>


make: *** [grid.o] Error 1<br></div></blockquote></div><br>