This commit is contained in:
Martin Reinecke 2019-01-10 13:59:36 +01:00
parent c9684732b8
commit ef2907f050
13 changed files with 91 additions and 183 deletions

View file

@ -1096,7 +1096,7 @@ int sharp_veclen(void)
return VLEN;
}
int sharp_max_nvec(void)
int sharp_max_nvec(int spin)
{
return nv0;
return (spin==0) ? nv0 : nvx;
}