mirror of
https://github.com/gwm17/catima.git
synced 2025-04-05 07:48:52 -04:00
Update catima_manual.md
This commit is contained in:
parent
fb7b97543a
commit
b56510b156
|
@ -190,16 +190,22 @@ the following effective charge calculations are buit in:
|
||||||
```
|
```
|
||||||
enum z_eff_type:char {
|
enum z_eff_type:char {
|
||||||
none = 0,
|
none = 0,
|
||||||
atima = 1,
|
pierce_blann = 1,
|
||||||
pierce_blann = 1,
|
|
||||||
anthony_landorf = 2,
|
anthony_landorf = 2,
|
||||||
hubert = 3
|
hubert = 3,
|
||||||
};
|
winger = 4,
|
||||||
|
schiwietz = 5,
|
||||||
|
global = 6,
|
||||||
|
atima14 = 7
|
||||||
|
}; hubert = 3
|
||||||
```
|
```
|
||||||
* z_eff_type::none - the provided Projectile Q is used as a charge
|
* z_eff_type::none - the provided Projectile Q is used as a charge
|
||||||
* z_eff_type::pierce_blann - Pierce Blann formula, using function: z_eff_Pierce_Blann()
|
* z_eff_type::pierce_blann - Pierce Blann formula, using function: z_eff_Pierce_Blann()
|
||||||
* z_eff_type::anthony_landorf - function: z_eff_Anthony_Landorf()
|
* z_eff_type::anthony_landorf - function: z_eff_Anthony_Landorf()
|
||||||
* z_eff_type::huber - function: z_eff_Huber()
|
* z_eff_type::hubert - function: z_eff_Hubert()
|
||||||
|
* z_eff_type::winger - function: z_eff_Winger()
|
||||||
|
* z_eff_type::global - function: z_eff_global()
|
||||||
|
* z_eff_type::atima14 - function: z_eff_atima14()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user