Skip to content

Commit

Permalink
Merge branch 'texture' of github.com:ornlneutronimaging/braggedgemode…
Browse files Browse the repository at this point in the history
…ling into texture
  • Loading branch information
yxqd committed Oct 16, 2018
2 parents ce21843 + 829e9c7 commit 04cd94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
log.*
.~*
.idea/*
.DS_Store
.pytest_cache
2 changes: 1 addition & 1 deletion bem/texture/preparation/vdrive_to_mtex.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def _create_data_array(pole_figure, a_interpolated):
new_entry = " " + " ".join(_str_row)
data.append(new_entry)

data.append("")
data.append(" ")

_create_data_array("111", self.a111_interpolated)
_create_data_array("200", self.a200_interpolated)
Expand Down

0 comments on commit 04cd94d

Please sign in to comment.