1
0
Fork 0
mirror of https://github.com/gwm17/catima.git synced 2024-11-23 02:38:51 -05:00

default omega changed

This commit is contained in:
hrocho 2018-10-09 11:40:44 +02:00
parent b8557c0d8b
commit ac6e0569a2
2 changed files with 10 additions and 10 deletions

View File

@ -59,7 +59,7 @@ namespace catima{
unsigned char z_effective=z_eff_type::pierce_blann; unsigned char z_effective=z_eff_type::pierce_blann;
//char z_effective=z_eff_type::atima14; //char z_effective=z_eff_type::atima14;
unsigned char dedx = 0; unsigned char dedx = 0;
unsigned char dedx_straggling = omega::atima; unsigned char dedx_straggling = omega::bohr;
#ifdef REACTIONS #ifdef REACTIONS
unsigned char skip=skip_none; unsigned char skip=skip_none;
#else #else