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

Merge pull request #43 from hrosiak/omega

default omega changed
This commit is contained in:
Andrej Prochazka 2018-10-09 11:42:32 +02:00 committed by GitHub
commit f8987c807a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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