Changeset 621 for library/doc/html/loggers_8h_source.html
- Timestamp:
- 09/16/09 22:52:42 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/loggers_8h_source.html
r617 r621 95 95 <a name="l00049"></a>00049 96 96 <a name="l00050"></a><a class="code" href="classbdm_1_1memlog.html#a364e58c5d7058776c2a9cfa7d58dad6d">00050</a> <span class="keywordtype">void</span> <a class="code" href="classbdm_1_1memlog.html#a364e58c5d7058776c2a9cfa7d58dad6d" title="log this vector">logit</a> ( <span class="keywordtype">int</span> <span class="keywordtype">id</span>, <span class="keyword">const</span> vec &v ) { 97 <a name="l00051"></a>00051 <a class="code" href="bdmerror_8h.html#a 89a0f906b242b79c5d3d342291b2cab4" title="Throw std::runtime_exception if t is not true and NDEBUG is not defined.">bdm_assert_debug</a> ( <span class="keywordtype">id</span> < <a class="code" href="classbdm_1_1memlog.html#a1fed143162f2de6ef1c1b6557964f24e" title="Storage.">vectors</a>.length(), <span class="stringliteral">"Logger was not initialized, run init()."</span> );97 <a name="l00051"></a>00051 <a class="code" href="bdmerror_8h.html#a7a3399d182b8e3065532596e76f84849" title="Throw std::runtime_exception if t is not true.">bdm_assert</a> ( <span class="keywordtype">id</span> < <a class="code" href="classbdm_1_1memlog.html#a1fed143162f2de6ef1c1b6557964f24e" title="Storage.">vectors</a>.length(), <span class="stringliteral">"Logger was not initialized, run init()."</span> ); 98 98 <a name="l00052"></a>00052 <span class="keywordflow">if</span> ( <span class="keywordtype">id</span> >= 0 ) { 99 99 <a name="l00053"></a>00053 <a class="code" href="classbdm_1_1memlog.html#a1fed143162f2de6ef1c1b6557964f24e" title="Storage.">vectors</a> ( <span class="keywordtype">id</span> ).set_row ( <a class="code" href="classbdm_1_1memlog.html#a70cec1d3549a82796ad7b6f0d07a4570" title="Currect record to be written.">ind</a>, v ); … … 181 181 <a name="l00189"></a>00189 <span class="preprocessor">#endif // LGR_H</span> 182 182 </pre></div></div> 183 <hr size="1"/><address style="text-align: right;"><small>Generated on Tue Sep 15 23:42:472009 for mixpp by 183 <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Sep 16 22:33:31 2009 for mixpp by 184 184 <a href="http://www.doxygen.org/index.html"> 185 185 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>