cleanup
This commit is contained in:
parent
c9684732b8
commit
ef2907f050
13 changed files with 91 additions and 183 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue