You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>Add the module to <spanclass="tt">docs/module_categories.json</span></b> so it appears in this page</li>
430
430
</ol>
431
431
<p>Follow the pattern of existing modules like <spanclass="tt">m_body_forces</span> (simple) or <spanclass="tt">m_viscous</span> (more involved) as a template.</p>
<p>💡 <b>Tip:</b> If you encounter a validation error, check the relevant section above or review <ahref="https://github.com/MFlowCode/MFC/blob/master/toolchain/mfc/case_validator.py"><spanclass="tt">case_validator.py</span></a> for complete validation logic.</p>
<tdclass="markdownTableBodyNone"><aclass="el" href="#count" title="count"><code>count</code></a></td><tdclass="markdownTableBodyNone">- </td><tdclass="markdownTableBodyNone">Count LOC in MFC. </td></tr>
212
212
<trclass="markdownTableRowEven">
213
-
<tdclass="markdownTableBodyNone"><aclass="el" href="#count_diff" title="count_diff"><code>count_diff</code></a></td><tdclass="markdownTableBodyNone">- </td><tdclass="markdownTableBodyNone">Compare LOC between branches. </td></tr>
213
+
<tdclass="markdownTableBodyNone"><aclass="el" href="#count_diff" title="count_diff"><code>count_diff</code></a></td><tdclass="markdownTableBodyNone">- </td><tdclass="markdownTableBodyNone">Compare LOC between two MFC source trees. </td></tr>
214
214
<trclass="markdownTableRowOdd">
215
215
<tdclass="markdownTableBodyNone"><code>fp-stability</code></td><tdclass="markdownTableBodyNone">- </td><tdclass="markdownTableBodyNone">Run floating-point stability tests using Verrou. </td></tr>
<tdclass="markdownTableBodyNone"><spanclass="tt">--markdown</span></td><tdclass="markdownTableBodyNone">Also write the diff as GitHub-flavored Markdown to PATH (empty if nothing changed). </td><tdclass="markdownTableBodyNone">-</td></tr>
<tdclass="markdownTableBodyNone"><spanclass="tt">--debug</span>, <spanclass="tt">--no-debug</span></td><tdclass="markdownTableBodyNone">Build with full debug compiler flags </td><tdclass="markdownTableBodyNone"><spanclass="tt">false</span></td></tr>
<tdclass="markdownTableBodyNone"><spanclass="tt">--debug</span>, <spanclass="tt">--no-debug</span></td><tdclass="markdownTableBodyNone">Build with full debug compiler flags </td><tdclass="markdownTableBodyNone"><spanclass="tt">false</span></td></tr>
865
+
<trclass="markdownTableRowOdd">
859
866
<tdclass="markdownTableBodyNone"><spanclass="tt">--reldebug</span>, <spanclass="tt">--no-reldebug</span></td><tdclass="markdownTableBodyNone">Build with lightweight debug flags (CI) </td><tdclass="markdownTableBodyNone"><spanclass="tt">false</span></td></tr>
860
867
</table>
861
-
<hr/>
868
+
<p><b>Examples:</b></p>
869
+
<divclass="fragment"><divclass="line"># Compare this tree's LOC against another checkout</div>
0 commit comments