ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/brains/SnapShot.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/brains/SnapShot.cpp (file contents):
Revision 1764 by tim, Thu Nov 11 16:41:58 2004 UTC vs.
Revision 1765 by tim, Mon Nov 22 20:55:52 2004 UTC

# Line 38 | Line 38 | void Snapshot::wrapVector(Vector3d& pos) {
38   void Snapshot::wrapVector(Vector3d& pos) {
39  
40      int i;
41 <    double scaled[3];
41 >    Vector3d scaled;
42  
43      if( !orthoRhombic_ ){
44  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines