Changeset 708
- Timestamp:
- 10/24/13 20:20:08 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mystic/examples_other/test_br8.py
r707 r708 128 128 try: 129 129 import pylab 130 X = loadtxt .read_array(open('test_br8_mpi.out.X'))131 Y = loadtxt .read_array(open('test_br8_mpi.out.Y'))132 V = loadtxt .read_array(open('test_br8_mpi.out.V'))130 X = loadtxt('test_br8_mpi.out.X') 131 Y = loadtxt('test_br8_mpi.out.Y') 132 V = loadtxt('test_br8_mpi.out.V') 133 133 pylab.clf() 134 134 pylab.plot([[a4]],[[a5]],'k+')
Note: See TracChangeset
for help on using the changeset viewer.