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 3b980f392b964e4c069ea6433d0b68ba645bbb32
parent 73cb2a78cd3944713490e48749b621478ee19a97
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 18 Aug 2015 15:32:13 +0200

fix line width

Diffstat:
Muploadhistory.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/uploadhistory.php b/uploadhistory.php @@ -41,10 +41,10 @@ if (!isset($_POST['epsilon_int_max']) || $_POST['epsilon_int_max'] == '') { if (!isset($_POST['t_degla']) || $_POST['t_degla'] == '') { array_push($missing_fields, 'Time since deglaciation'); } -if (!isset($_POST['d18O_threshold_min']) || $_POST['d18O_threshold_min'] == '') { +if (!isset($_POST['d18O_threshold_min']) || $_POST['d18O_threshold_min'] == ''){ array_push($missing_fields, 'Min. &delta;<sup>18</sup>O threshold value'); } -if (!isset($_POST['d18O_threshold_max']) || $_POST['d18O_threshold_max'] == '') { +if (!isset($_POST['d18O_threshold_max']) || $_POST['d18O_threshold_max'] == ''){ array_push($missing_fields, 'Max. &delta;<sup>18</sup>O threshold value'); }