Skip to content
Snippets Groups Projects
Commit cc1ed863 authored by Francisco Javier Dominguez Gutierrez's avatar Francisco Javier Dominguez Gutierrez
Browse files

Update DV_creator.py

parent 0248c3fa
No related branches found
No related tags found
No related merge requests found
......@@ -72,12 +72,17 @@ for i in range(0,51):
#for i in range(0,51):
# file_1.write("{0} \n".format(arr[432,i]))
#### bcc DV ##################################
#### vacancy DV ##################################
#print('Results are given in: vacancy_vector.dat')
#file_1 = open('vacancy_vector.dat','w')
#for i in range(0,51):
# file_1.write("{0} \n".format(arr[274,i]))
#### typea DV ##################################
print('Results are given in: typea_vector.dat')
file_1 = open('typea_vector.dat','w')
for i in range(0,51):
file_1.write("{0} \n".format(arr[273,i]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment