##// END OF EJS Templates
***
ralonso -
r34:35
parent child
Show More
@@ -368,8 +368,8
368 # No newline at end of file
368 #
369 var_n_files = var_n No newline at end of file
369 var_n_files = var_n
370 var_n = 0
370 var_n = 0
No newline at end of file
371 for var_n in range(0, var_n_files+1):
371 for i in range(0, var_n_files+1):
No newline at end of file
No newline at end of file
372 print var_n No newline at end of file
372 print i No newline at end of file
373 #se agregan los ceros necesarios No newline at end of file
373 #se agregan los ceros necesarios
374 if len(str(var_n)) < 4: No newline at end of file
374 if len(str(var_n)) < 4:
375 var_n2="" No newline at end of file
375 var_n2=""
General Comments 0
You need to be logged in to leave comments. Login now