From 4f6b14cf4299dd705d0aec46cc28ac7e35de4f30 Mon Sep 17 00:00:00 2001
From: "francois.grand" <francois.grand@irstea.fr>
Date: Mon, 18 Sep 2017 10:41:00 +0200
Subject: [PATCH] index.ts : export de section_type.ts

---
 src/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/index.ts b/src/index.ts
index 7cc7e353..c75ed5eb 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -6,6 +6,7 @@ export * from './cond_distri';
 export * from './dichotomie';
 export * from './lechaptcalmon';
 export * from './regime_uniforme';
+export * from './section/section_type';
 export * from './section/section_trapez';
 export * from './section/section_rectang';
 export * from './section/section_circulaire';
-- 
GitLab