Revision: | 1.2 |
Committed: | Tue Aug 14 13:32:35 2012 UTC (12 years, 8 months ago) by gaydin |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.1: | +2 -0 lines |
Log Message: | clean up |
# | User | Rev | Content |
---|---|---|---|
1 | yilmaz | 1.1 | |
2 | |||
3 | #include "plotChannel.C" | ||
4 | |||
5 | |||
6 | void plotRaddam(){ | ||
7 | |||
8 | |||
9 | plotChannel(30,1,2); | ||
10 | plotChannel(30,21,1); | ||
11 | plotChannel(30,37,2); | ||
12 | plotChannel(30,57,1); | ||
13 | plotChannel(32,1,1); | ||
14 | plotChannel(32,21,2); | ||
15 | plotChannel(32,37,1); | ||
16 | plotChannel(32,57,2); | ||
17 | plotChannel(34,21,1); | ||
18 | plotChannel(34,37,2); | ||
19 | plotChannel(34,57,1); | ||
20 | plotChannel(36,1,1); | ||
21 | plotChannel(36,21,2); | ||
22 | plotChannel(36,37,1); | ||
23 | plotChannel(36,57,2); | ||
24 | plotChannel(38,1,2); | ||
25 | plotChannel(38,21,1); | ||
26 | plotChannel(38,37,2); | ||
27 | |||
28 | |||
29 | gaydin | 1.2 | |
30 | |||
31 | yilmaz | 1.1 | } |
32 | |||
33 | |||
34 | |||
35 |