Skip to content

Commit

Permalink
r174: changed the default splice model to general
Browse files Browse the repository at this point in the history
related to #15 and #16
  • Loading branch information
lh3 committed Oct 10, 2022
1 parent 392daaa commit 67ff100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miniprot.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <stdint.h>

#define MP_VERSION "0.4-r173-dirty"
#define MP_VERSION "0.4-r174-dirty"

#define MP_F_NO_SPLICE 0x1
#define MP_F_NO_ALIGN 0x2
Expand Down
2 changes: 1 addition & 1 deletion options.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void mp_mapopt_init(mp_mapopt_t *mo)
mo->io = 29;
mo->fs = 23;
mo->io_end = 19;
mo->sp_model = NS_S_MAMMAL;
mo->sp_model = NS_S_GENERIC;
mo->sp_scale = 1.0f;
mo->end_bonus = 5;
mo->xdrop = 100;
Expand Down

0 comments on commit 67ff100

Please sign in to comment.