CyprienBosserelle / xbeach_gpu

Lightweight version of XBeach that uses CUDA C to run on the GPU. The code is used to simulate coastal waves, currents, sediment transport and beach morphology changes during extreme events. Visit:
http://cyprienbosserelle.github.io/xbeach_gpu/
GNU General Public License v3.0
13 stars 1 forks source link

Commentary after section heading makes machine readabilty harder #36

Closed davidbenncsiro closed 2 years ago

davidbenncsiro commented 2 years ago

This:

            <h3>Sediment Parameters (Only needed when sedtrans=1)</h3>

could become:

            <h3>Sediment Parameters</h3>
            <h4>(Only needed when sedtrans=1)</h4>