cosmetics

This commit is contained in:
Marcel Paffrath 2015-10-01 17:21:18 +02:00
parent 9faf42fd79
commit 3d3cac7085

View File

@ -598,7 +598,7 @@ class SeisArray(object):
outfile.writelines('%10d\n' %traceID)
outfile.close()
print("Wrote receiver grid for %d points to file: %s" %(nPoints, filename))
print("Wrote %d receiver for to file: %s" %(nPoints, filename))
return
def sources2VTK(self, filename = 'sources.vtk'):
@ -647,7 +647,7 @@ class SeisArray(object):
outfile.writelines('%10d\n' %shotnumber)
outfile.close()
print("Wrote receiver grid for %d points to file: %s" %(nPoints, filename))
print("Wrote %d sources to file: %s" %(nPoints, filename))
return