Skip to content

Commit f0a237b

Browse files
committed
incorporated pull #312 by gknightly
1 parent 78fccb0 commit f0a237b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mcmc.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5905,7 +5905,9 @@ int InitChainCondLikes (void)
59055905
if (m->useBeagle == YES)
59065906
{
59075907
m->useVec = VEC_NONE;
5908+
# if defined (SSE_ENABLED)
59085909
m->numFloatsPerVec = 0;
5910+
# endif
59095911
}
59105912
# endif
59115913

0 commit comments

Comments
 (0)