Skip to content

Commit 511435a

Browse files
committed
Fix stash
1 parent 0aadcbc commit 511435a

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

src/diffpy/pdfmorph/pdfmorphpy.py

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
#!/usr/bin/env python
22

3-
<<<<<<< Updated upstream
4-
from pathlib import Path
3+
##############################################################################
4+
#
5+
# diffpy.pdfmorph by DANSE Diffraction group
6+
# Simon J. L. Billinge
7+
# (c) 2010 Trustees of the Columbia University
8+
# in the City of New York. All rights reserved.
9+
#
10+
# File coded by: Andrew Yang
11+
#
12+
# See AUTHORS.txt for a list of people who contributed.
13+
# See LICENSE.txt for license information.
14+
#
15+
##############################################################################
516

617
from diffpy.pdfmorph.pdfmorphapp import create_option_parser, multiple_morphs, multiple_targets, single_morph
718

8-
=======
9-
from diffpy.pdfmorph.pdfmorphapp import create_option_parser, multiple_morphs, multiple_targets, single_morph
10-
11-
>>>>>>> Stashed changes
12-
1319

1420
def pdfmorph(file1, file2, **kwargs):
1521
"""Run PDFmorph at Python level.

0 commit comments

Comments
 (0)