From 896bbe0ba9e9b1ddd268e20d0cdc3ef95dc1a87f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Grand?= <francois.grand@inrae.fr>
Date: Wed, 4 Jan 2023 16:05:22 +0100
Subject: [PATCH] refactor: rename pressurelosslaw_params.ts to
 pressureloss_law_params.ts

refs #334
---
 src/internal_modules.ts                                         | 2 +-
 .../{pressurelosslaw_params.ts => pressureloss_law_params.ts}   | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/pipe_flow/{pressurelosslaw_params.ts => pressureloss_law_params.ts} (100%)

diff --git a/src/internal_modules.ts b/src/internal_modules.ts
index c0694861..58b3a9bd 100644
--- a/src/internal_modules.ts
+++ b/src/internal_modules.ts
@@ -150,7 +150,7 @@ export * from "./pipe_flow/cond_distri_params";
 export * from "./pipe_flow/pressureloss";
 export * from "./pipe_flow/pressureloss_params";
 export * from "./pipe_flow/pressureloss_law";
-export * from "./pipe_flow/pressurelosslaw_params";
+export * from "./pipe_flow/pressureloss_law_params";
 export * from "./pipe_flow/pl_lechaptcalmon";
 export * from "./pipe_flow/pl_lechaptcalmon_params";
 export * from "./prebarrage/pb_bassin";
diff --git a/src/pipe_flow/pressurelosslaw_params.ts b/src/pipe_flow/pressureloss_law_params.ts
similarity index 100%
rename from src/pipe_flow/pressurelosslaw_params.ts
rename to src/pipe_flow/pressureloss_law_params.ts
-- 
GitLab