Difference for src/PubSynchBean.java from version 1.33 to 1.34

version 1.33version 1.34
Line 2
Line 2
 // Copyright (c) 2001-2002 Board of Trustees of the University of Illinois // Copyright (c) 2001-2002 Board of Trustees of the University of Illinois
 // Theoretical Biophysics Group  http://www.ks.uiuc.edu/ // Theoretical Biophysics Group  http://www.ks.uiuc.edu/
 // //
 // $Id: PubSynchBean.java,v 1.33 2002/09/20 19:41:13 mbach Exp $ // $Id: PubSynchBean.java,v 1.34 2002/10/18 16:03:12 mbach Exp $
 // //
    
 import java.awt.*; import java.awt.*;
Line 722
Line 722
                 else if(representation.equals("TUBE")) {                 else if(representation.equals("TUBE")) {
                     iRep = MolecGraphics.TUBE;                     iRep = MolecGraphics.TUBE;
                 }                 }
                 else if(representation.equals("VRML")) {                 /*else if(representation.equals("VRML")) {
                     iRep = MolecGraphics.VRML;                     iRep = MolecGraphics.VRML;
                 }                                     } */               
                 else {                 else {
                     iRep = MolecGraphics.TUBE;                     iRep = MolecGraphics.TUBE;
                 }                 }
Line 1018
Line 1018
         case MolecGraphics.LICORICE:         case MolecGraphics.LICORICE:
             return "LICORICE";             return "LICORICE";
                          
         case MolecGraphics.VRML:             //case MolecGraphics.VRML:
             return "VRML";             //    return "VRML";
                          
         default:         default:
             return "TUBE";             return "TUBE";


Legend:
Removed in v.1.33 
changed lines
 Added in v.1.34



Made by using version 1.65 of cvs2html