Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102850874
generate_listindices.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 20:31
Size
181 B
Mime Type
text/x-shellscript
Expires
Wed, Feb 26, 20:31 (2 d)
Engine
blob
Format
Raw Data
Handle
24432466
Attached To
rCOSOLVER COSOlver
generate_listindices.sh
View Options
#!/bin/bash
for
p in
{
0..30
}
do
for
j in
{
0..15
}
do
mmax
=
$p
for
m in
$(
seq 0
$mmax
)
do
for
n in
{
0..3
}
do
echo
$p
,
$j
,
$m
,
$n
done
done
done
done
Event Timeline
Log In to Comment