Minor change of statement

This commit is contained in:
Atsushi Togo 2014-02-23 22:36:16 +09:00
parent f4fc2c78ed
commit 093ce36416
1 changed files with 2 additions and 1 deletions

View File

@ -563,7 +563,8 @@ if log_level:
print "%5.2f"*3 % tuple(vec) print "%5.2f"*3 % tuple(vec)
print "----------------------------- General settings ------------------------------" print "----------------------------- General settings ------------------------------"
print "Imposing translational symmetry:", options.is_translational_symmetry print "Imposing translational symmetry to fc3 and fc2:",
print options.is_translational_symmetry
print "Imposing symmetry of index exchange to fc2:", print "Imposing symmetry of index exchange to fc2:",
print options.is_symmetrize_fc2 print options.is_symmetrize_fc2
print "Imposing symmetry of index exchange to fc3 in real space:", print "Imposing symmetry of index exchange to fc3 in real space:",