Calculettes pour l'hydraulique
calcul_section.php
Aller à la documentation de ce fichier.
1
<?php
2
/**
3
* @file formulaires/calcul_normale_critique.php
4
* Formulaire CVT pour les calculs des paramètres hydrauliques d'une section
5
*/
6
7
/* Copyright 2012 Médéric Dulondel
8
*
9
* This program is free software; you can redistribute it and/or modify
10
* it under the terms of the GNU General Public License as published by
11
* the Free Software Foundation; either version 2 of the License, or
12
* (at your option) any later version.
13
*
14
* This program is distributed in the hope that it will be useful,
15
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
* GNU General Public License for more details.
18
*
19
* You should have received a copy of the GNU General Public License
20
* along with this program; if not, write to the Free Software
21
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
22
* MA 02110-1301, USA.
23
*/
24
25
26
include_spip(
'hyd_inc/form_calcul_section.class'
);
27
global
$FCS
;
28
$FCS
=
new
form_calcul_section
;
29
30
31
function
formulaires_calcul_section_charger_dist
() {
32
global
$FCS
;
33
return
$FCS->charger();
34
}
35
36
37
function
formulaires_calcul_section_verifier_dist
() {
38
global
$FCS
;
39
return
$FCS->verifier();
40
}
41
42
43
function
formulaires_calcul_section_traiter_dist
() {
44
global
$FCS
;
45
return
$FCS->traiter();
46
}
47
?>
formulaires_calcul_section_charger_dist
formulaires_calcul_section_charger_dist()
Definition:
calcul_section.php:31
$FCS
global $FCS
Definition:
calcul_section.php:27
form_calcul_section
Definition:
form_calcul_section.class.php:4
formulaires_calcul_section_verifier_dist
formulaires_calcul_section_verifier_dist()
Definition:
calcul_section.php:37
formulaires_calcul_section_traiter_dist
formulaires_calcul_section_traiter_dist()
Definition:
calcul_section.php:43
formulaires
calcul_section.php
Généré par
1.8.13