cosmo

Front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log | Files | Refs | README | LICENSE

commit 0a557ea166cc6b7cd4b9b5e72cf8a390f113351c
parent afd613d6833aa6534f0739d58e684e1eff30fe69
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  1 Dec 2015 11:28:48 +0100

update prefiller to one depth

Diffstat:
Mjs/history-form-prefiller.js | 10++--------
1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/js/history-form-prefiller.js b/js/history-form-prefiller.js @@ -8,10 +8,7 @@ var PrefillMachine = { $("#lat").val("56.08"); $("#long").val("10.11"); - $("#be_zobs").val("0.0"); - $("#al_zobs").val("0.0"); - $("#c_zobs").val(""); - $("#ne_zobs").val(""); + $("#zobs").val("0.0"); $("#be_conc").val("5.67e5"); $("#al_conc").val("2.67e6"); @@ -57,10 +54,7 @@ var PrefillMachine2 = { $("#lat").val("56.08"); $("#long").val("10.11"); - $("#be_zobs").val("0.0"); - $("#al_zobs").val("0.0"); - $("#c_zobs").val("0.0"); - $("#ne_zobs").val("0.0"); + $("#zobs").val("0.0"); $("#be_conc").val("1.152e6"); $("#al_conc").val("4.940e6");