in reply to confused with distances
The first atom is $helix_1[0] and the z component (for example) of that would be $helix_1[0][2].my $helix_1 = [[-1.115, 8.537, 7.075], [-2.745, 5.280, 7.165], ...
Update: As johnqq notes, I need to make things agree. I'd probably do
my @helix_1 = ([-1.115....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: confused with distances
by johngg (Canon) on Mar 24, 2006 at 13:42 UTC |