Mercurial > public > mk2
comparison code_part1/OSTC_code_c_part2/p2_deco.c @ 645:b48f613398f9
minor
author | heinrichsweikamp |
---|---|
date | Wed, 03 Oct 2012 20:21:57 +0200 |
parents | 242139da29f2 |
children | 06ffc99a405f |
comparison
equal
deleted
inserted
replaced
644:420e62cd88ad | 645:b48f613398f9 |
---|---|
81 // 2011/08/08: [jDG] Computes CNS during deco planning ascent. | 81 // 2011/08/08: [jDG] Computes CNS during deco planning ascent. |
82 // 2011/11/24: [jDG] Slightly faster and better NDL computation. | 82 // 2011/11/24: [jDG] Slightly faster and better NDL computation. |
83 // 2011/12/17: [mH] Remove of the useless debug stuff | 83 // 2011/12/17: [mH] Remove of the useless debug stuff |
84 // 2012/02/24: [jDG] Remove missed stop bug. | 84 // 2012/02/24: [jDG] Remove missed stop bug. |
85 // 2012/02/25: [jDG] Looking for a more stable LOW grad factor reference. | 85 // 2012/02/25: [jDG] Looking for a more stable LOW grad factor reference. |
86 // 2012/09/10: [mH] Fill char_O_deco_time_for_log for logbook write | |
86 // | 87 // |
87 // TODO: | 88 // TODO: |
88 // + Allow to abort MD2 calculation (have to restart next time). | 89 // + Allow to abort MD2 calculation (have to restart next time). |
89 // | 90 // |
90 // Literature: | 91 // Literature: |