ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/utils/quickLate.c
(Generate patch)

Comparing trunk/OOPSE/utils/quickLate.c (file contents):
Revision 624 by gezelter, Wed Jul 16 17:35:18 2003 UTC vs.
Revision 1108 by tim, Wed Apr 14 15:37:41 2004 UTC

# Line 533 | Line 533 | int main(argc, argv)
533        }
534      }  
535  
536 <    nframes++;
536 >    nframes++;
537      
538      // write out here    
539      
# Line 591 | Line 591 | int main(argc, argv)
591                  rotWrite( out_file, &rCopy[i] );
592                }
593                else{
594 <                
594 >                //modify
595                  fprintf( out_file,
596 <                         "%s\t%lf\t%lf\t%lf\n",
596 >                         "%s\t%lf\t%lf\t%lf\t0.0\t0.0\t0.0\n",
597                           rCopy[i].name,
598                           rCopy[i].pos[0],
599                           rCopy[i].pos[1],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines