X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2FMCview%2FPDBfile.java;h=3153e3c87101cf4e34817c59037110dcd9b1c622;hb=9816dd282fa1ec6731dd8afe6c4f255f6d0a2dd4;hp=b06e98fc9ebea825b959b383d32371edb3837046;hpb=9279a3f8e4145e3bc3884f305ec00431f1a3e1a6;p=jalview.git diff --git a/src/MCview/PDBfile.java b/src/MCview/PDBfile.java index b06e98f..3153e3c 100755 --- a/src/MCview/PDBfile.java +++ b/src/MCview/PDBfile.java @@ -1,144 +1,171 @@ +/* +* Jalview - A Sequence Alignment Editor and Viewer +* Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle +* +* This program is free software; you can redistribute it and/or +* modify it under the terms of the GNU General Public License +* as published by the Free Software Foundation; either version 2 +* of the License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +*/ package MCview; import jalview.datamodel.*; -import java.io.*; -import java.net.*; -import java.util.*; - - -public class PDBfile extends jalview.io.FileParse { - - public Vector chains = new Vector(); - Vector lineArray = new Vector(); - - public PDBfile(String [] lines) - { - for(int i=0; i