X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2FMCview%2FAtom.java;h=1502f4e72da9798ecf8270ddaec1dc016d205868;hb=a79f9e113c51c032070c670e45ce3eb464691166;hp=0a3bd3988ed0fdb55b89d5ba64957cfc404d9452;hpb=9bfd2651e3fd3dbadf67f5831f56fb86b4626a46;p=jalview.git diff --git a/src/MCview/Atom.java b/src/MCview/Atom.java index 0a3bd39..1502f4e 100755 --- a/src/MCview/Atom.java +++ b/src/MCview/Atom.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.6) - * Copyright (C) 2010 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7) + * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle * * This file is part of Jalview. * @@ -45,6 +45,9 @@ public class Atom public String chain; + /** + * this is a temporary value - designed to store the position in sequence that this atom corresponds to after aligning the chain to a SequenceI object. Do not rely on its value being correct when visualizing sequence colourings on the structure - use the StructureSelectionManager's mapping instead. + */ public int alignmentMapping = -1; public int atomIndex;