when we are going to save vectors to a file, we can use such command:
Code: Select all
myfile.wopen("result.txt")
my_data.fprint(my_file,"%1.5e")
myfile.close()
Even using simply
Code: Select all
print "........."
Code: Select all
myfile.wopen("result.txt")
my_data.fprint(my_file,"%1.5e")
myfile.close()
Code: Select all
print "........."