From 18f18aa4b93f31ca8d422277ec0f0ea149e1fb18 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 11 Apr 2016 19:55:55 +0200 Subject: [PATCH] detabbing --- code/lattice.f90 | 4 ++-- processing/pre/table_fromOIMgrainFile.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/lattice.f90 b/code/lattice.f90 index c652f3941..d08d42c06 100644 --- a/code/lattice.f90 +++ b/code/lattice.f90 @@ -576,7 +576,7 @@ module lattice integer(pInt), parameter, private :: & LATTICE_hex_Nslip = sum(lattice_hex_NslipSystem), & !< total # of slip systems for hex LATTICE_hex_Ntwin = sum(lattice_hex_NtwinSystem), & !< total # of twin systems for hex - LATTICE_hex_NnonSchmid = 0_pInt, & !< total # of non-Schmid contributions for hex + LATTICE_hex_NnonSchmid = 0_pInt, & !< total # of non-Schmid contributions for hex LATTICE_hex_Ntrans = sum(lattice_hex_NtransSystem), & !< total # of transformation systems for hex LATTICE_hex_Ncleavage = sum(lattice_hex_NcleavageSystem) !< total # of cleavage systems for hex @@ -858,7 +858,7 @@ module lattice integer(pInt), parameter, private :: & LATTICE_bct_Nslip = sum(lattice_bct_NslipSystem), & !< total # of slip systems for bct LATTICE_bct_Ntwin = sum(lattice_bct_NtwinSystem), & !< total # of twin systems for bct - LATTICE_bct_NnonSchmid = 0_pInt, & !< total # of non-Schmid contributions for bct + LATTICE_bct_NnonSchmid = 0_pInt, & !< total # of non-Schmid contributions for bct LATTICE_bct_Ntrans = sum(lattice_bct_NtransSystem), & !< total # of transformation systems for bct LATTICE_bct_Ncleavage = sum(lattice_bct_NcleavageSystem) !< total # of cleavage systems for bct diff --git a/processing/pre/table_fromOIMgrainFile.py b/processing/pre/table_fromOIMgrainFile.py index d6ac020bb..9937af8c1 100755 --- a/processing/pre/table_fromOIMgrainFile.py +++ b/processing/pre/table_fromOIMgrainFile.py @@ -42,7 +42,7 @@ for name in filenames: data = [] while table.data_read(): data.append(table.data[0:len(options.labels)]) - + table.info_append(scriptID + '\t' + ' '.join(sys.argv[1:])) table.labels_append(options.labels) table.head_write()