comparison code_part1/OSTC_code_c_part2/p2_deco.c @ 193:652e17b6267a

Minor fixes.
author JeanDo
date Sat, 12 Feb 2011 01:16:47 +0100
parents c8816e4bc724
children f15e804ff67f
comparison
equal deleted inserted replaced
192:c8816e4bc724 193:652e17b6267a
66 // 2011/01/20: [jDG] Create a common file included in ASM and C code. 66 // 2011/01/20: [jDG] Create a common file included in ASM and C code.
67 // 2011/01/23: [jDG] Added read_custom_function(). 67 // 2011/01/23: [jDG] Added read_custom_function().
68 // 2011/01/24: [jDG] Make ascenttime an int. No more overflow! 68 // 2011/01/24: [jDG] Make ascenttime an int. No more overflow!
69 // 2011/01/25: [jDG] Fusion deco array for both models. 69 // 2011/01/25: [jDG] Fusion deco array for both models.
70 // 2011/01/25: [jDG] Use CF(54) to reverse deco order. 70 // 2011/01/25: [jDG] Use CF(54) to reverse deco order.
71 // 2011/02/11: [jDG] Reworked gradient-factor implementation.
71 // 72 //
72 // TODO: 73 // TODO:
73 // + Allow (CF) delay for gas switch while predicting ascent. 74 // + Allow (CF) delay for gas switch while predicting ascent.
74 // + Allow to abort MD2 calculation (have to restart next time). 75 // + Allow to abort MD2 calculation (have to restart next time).
75 // 76 //