Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-11-05 08:59:59

0001 #!/usr/bin/env python
0002 
0003 from plotfiles import *
0004 
0005 for i in range (1,35):
0006     if i == 23 or i == 27:
0007         ## skip analysis of problematic macros
0008         continue
0009     filename = 'test'
0010     if i < 10:
0011         filename = 'test0';
0012     plot_1_file(filename + str(i))
0013 
0014 plot_1_file('test38')
0015 
0016 for i in [35, 37]:
0017     ## skip test36 output producing an error
0018     plot_2_files('test' + str(i))