Skip to content

Commit 0cd18e3

Browse files
committed
Updated Copyright.
1 parent 0a6fc21 commit 0cd18e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

structure_threader/plotter/structplot.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/python3
22

3-
# Copyright 2015 Francisco Pina Martins <[email protected]>
3+
# Copyright 2015-2017 Francisco Pina Martins <[email protected]>
4+
# and Diogo N. Silva <[email protected]>
45
# This file is part of structure_threader.
56
# structure_threader is free software: you can redistribute it and/or modify
67
# it under the terms of the GNU General Public License as published by
@@ -212,7 +213,7 @@ def _parse_nousepopinfo(self, fhandle, end_string):
212213
# Get indv names if get_indv is True
213214
if self.get_indv:
214215
self.indv.append(line.split()[1])
215-
216+
216217
# Get the cluster values
217218
fields = line.strip().split()
218219
cl_vals = [float(x) for x in fields[5:]]

0 commit comments

Comments
 (0)