sharpification
This commit is contained in:
parent
84c0a7de18
commit
82dc2a541f
14 changed files with 145 additions and 123 deletions
9
libsharp/sharp_oracle.inc
Normal file
9
libsharp/sharp_oracle.inc
Normal file
|
@ -0,0 +1,9 @@
|
|||
static const int maxtr = 6;
|
||||
static const int nv_opt[6][2][3] = {
|
||||
{{4,2,-1},{2,1,1}},
|
||||
{{5,2,-1},{2,1,1}},
|
||||
{{5,2,-1},{5,2,2}},
|
||||
{{5,2,-1},{5,2,2}},
|
||||
{{5,2,-1},{5,2,2}},
|
||||
{{5,2,-1},{5,2,2}}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue