tfix style, use 2 walkers by default - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit abc26c165e6c5c33950a6793ef692416af2589b8
 (DIR) parent 6b7ac4c8ec4ddf7a85ea7ed203c0936ea443b3ef
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 17 Nov 2015 11:12:48 +0100
       
       fix style, use 2 walkers by default
       
       Diffstat:
         M pages/history.html                  |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/pages/history.html b/pages/history.html
       t@@ -442,11 +442,11 @@
                            Markov-Chain Monte Carlo random walkers. Low values produce
                            fast results, more walkers can indicate non-uniqueness of
                            the solution. Approximate computation time is 1 min per
       -                    walker.
       -                    <div class="input-field col s12">
       +                    walker.<br>
       +                    <div class="input-field col s6">
                                <select name="nwalkers">
                                    <option value="1">1 walker</option>
       -                            <option value="2">2 walkers</option>
       +                            <option value="2" selected>2 walkers</option>
                                    <option value="3">3 walkers</option>
                                    <option value="4">4 walkers</option>
                                </select>