Hello All, This is a very minor patch involving adding some useful terms into terms.txt file. Firstly let me know if I made any patch mistakes. This time I don't want to repeat them.
I did not put a commit message since this is very minor(felt header is enough). Also let me know if I had gone wrong with my SOB message. Dirk, please tell me if I am doing any mistake this time.I will correct it by myself. Regarding the patch, I added some terms like trimix , heliox, nitrox and about compartments which I felt would be handy while reading the code. Feel free to discard them if you feel they aren't necessary. I made sure that it's from the latest master. Cheers, Gopichand.
From d30a71361613f211416ee1e72c92104580ffbcd1 Mon Sep 17 00:00:00 2001 From: g1g19 <[email protected]> Date: Wed, 5 Mar 2014 22:06:59 +0530 Subject: [PATCH] Added new terms which can be a useful reference Signed-off-by: Gopichand Paturi <[email protected]> --- terms | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/terms b/terms index 0e771c4..8fec5a7 100644 --- a/terms +++ b/terms @@ -30,6 +30,12 @@ O₂%, He% The fraction of Oxygen and Helium in a gas. pressure is 4atm) therefore has a PO₂ of 4 * 0.30 = 1.2 +Trimix Gas Mixture containing Helium, Oxygen and Nitrogen. + +Heliox Gas Mixture containing Helium and Oxygen. + +Nitrox Gas Mixture containing Nitrogen and Oxygen. + CSV Comma separated values - a common file format TSV Tab separated values - a common file format @@ -119,3 +125,7 @@ EADD equivalent air density depth TTS time to surface (including deco stop and reasonable ascent speed) + +TC Tissue Compartment, is a logical tissue interface to various + tissues in the human body. Since each tissue has its own gas + dissolving time, they have been categorized into compartments. -- 1.7.9.5
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
