ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/io/node_list.h
(Generate patch)

Comparing trunk/OOPSE-3.0/src/io/node_list.h (file contents):
Revision 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 79 | Line 79 | typedef struct assignment_data_tag{
79    assignment_value rhs; // right hand side
80   } assignment_data;
81  
82 < /* a structure to hold the position information */
82 > /* a structure to hold the position information */
83  
84   typedef struct position_data_tag{
85    double x;
# Line 87 | Line 87 | typedef struct position_data_tag{
87    double z;
88   } position_data;
89  
90 < /* a structure to hold the orientation information */
90 > /* a structure to hold the orientation information */
91  
92   typedef struct orientation_data_tag{
93    double phi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines