<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello, <br>
</p>
<p>i'd like to print my tables without column headers. I've found
the parameter "noprint" <a moz-do-not-send="true"
href="https://www.molpro.net/info/2015.1/doc/manual/node97.html">in
the user guide</a>, so I tried to use it like this:</p>
<p><br>
</p>
<p><tt>***,N2</tt><tt><br>
</tt><tt><br>
</tt><tt>memory,256,m; </tt><tt><br>
</tt><tt>gthresh,energy=1.0d-10 <br>
</tt></p>
<p><tt></tt><tt><br>
</tt><tt>RRN=1.103816d0</tt><tt><br>
</tt><tt>RINI=1.0d0</tt><tt><br>
</tt><tt>RINC=-0.01d0</tt><tt><br>
</tt><tt>RNMB=20</tt><tt><br>
</tt><tt><br>
</tt><tt>$mybases=[cc-pVDZ, cc-pVTZ, cc-pVQZ, cc-pV5Z, cc-pV6Z,
aug-cc-pVDZ, aug-cc-pVTZ, aug-cc-pVQZ, aug-cc-pV5Z, aug-cc-pV6Z]</tt><tt><br>
</tt><tt><br>
</tt><tt>!===============</tt><tt><br>
</tt><tt>PROC CalcEnergs</tt><tt><br>
</tt><tt>!===============</tt><tt><br>
</tt><tt>DO baseind=1,#mybases</tt><tt><br>
</tt><tt>DO i=1,RNMB</tt><tt><br>
</tt><tt> !</tt><tt><br>
</tt><tt> RR=(RINI+i*RINC)/2.0d0</tt><tt><br>
</tt><tt> dist(i)=RR*2.0d0</tt><tt><br>
</tt><tt> basis=mybases(baseind)</tt><tt><br>
</tt><tt> !</tt><tt><br>
</tt><tt> symmetry,x,y,z</tt><tt><br>
</tt><tt> !</tt><tt><br>
</tt><tt> geometry={</tt><tt><br>
</tt><tt> ang</tt><tt><br>
</tt><tt> N 0.0d0 0.0d0 -RR</tt><tt><br>
</tt><tt> N 0.0d0 0.0d0 RR</tt><tt><br>
</tt><tt> }</tt><tt><br>
</tt><tt> !</tt><tt><br>
</tt><tt> WF,NELEC=14</tt><tt><br>
</tt><tt> rhf</tt><tt><br>
</tt><tt> rccsd(t),maxit=200</tt><tt><br>
</tt><tt> !</tt><tt><br>
</tt><tt> energ(i)=energy</tt><tt><br>
</tt><tt> !</tt><tt><br>
</tt><tt> printbases(i)=$mybases(baseind)</tt><tt><br>
</tt><tt>ENDDO</tt><tt><br>
</tt><tt> table,printbases,dist,energ</tt><tt><br>
</tt><tt> print,table</tt><tt><br>
</tt><tt> noprint,heading,title</tt><tt><br>
</tt><tt> type,csv</tt><tt><br>
</tt><tt> save,energs_n2</tt><tt><br>
</tt><tt>ENDDO</tt><tt><br>
</tt><tt> !</tt><tt><br>
</tt><tt>ENDPROC</tt><tt><br>
</tt><tt><br>
</tt><tt>!=============</tt><tt><br>
</tt><tt>! CALCULATION</tt><tt><br>
</tt><tt>!=============</tt><tt><br>
</tt><tt>CalcEnergs</tt><tt><br>
</tt><tt>---</tt><br>
</p>
<p>But the header is still included in the output file. What am I
doing wrong?</p>
<p><br>
</p>
<p>Thank you very much.</p>
<p><br>
</p>
<p>Best regards,</p>
<p>Martin Beseda<br>
</p>
</body>
</html>