Parent Directory
|
Revision Log
|
Patch
revision 2705 by ahallam, Fri Sep 18 01:46:47 2009 UTC | revision 2706 by jfenwick, Fri Oct 2 02:15:04 2009 UTC | |
---|---|---|
# | Line 52 matplotlib.use('agg') #It's just here fo | Line 52 matplotlib.use('agg') #It's just here fo |
52 | # pylab for matplotlib and plotting | # pylab for matplotlib and plotting |
53 | import pylab as pl | import pylab as pl |
54 | # cblib functions | # cblib functions |
55 | from cblib import toQuivLocs, toXYTuple, needdirs | from cblib2 import toQuivLocs, toXYTuple |
56 | from cblib1 import needdirs | |
57 | ||
58 | ########################################################MPI WORLD CHECK | ########################################################MPI WORLD CHECK |
59 | if getMPISizeWorld() > 1: | if getMPISizeWorld() > 1: |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |