/[projectaxis]/projectaxis/projectAxis/src/axis/axis.cpp
ViewVC logotype

Diff of /projectaxis/projectAxis/src/axis/axis.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by leiavoia, Wed Aug 20 18:19:48 2003 UTC revision 1.3 by leiavoia, Sun Sep 14 01:25:02 2003 UTC
# Line 89  Axis* Axis::GetAxis(int id) { Line 89  Axis* Axis::GetAxis(int id) {
89                          return axes[x];                          return axes[x];
90                          }                          }
91                  }                  }
92            return NULL;
93          }          }
94    
95    
# Line 98  Axis* Axis::GetAxis(axis_color c) { Line 99  Axis* Axis::GetAxis(axis_color c) {
99                          return axes[x];                          return axes[x];
100                          }                          }
101                  }                  }
102            return NULL;
103          }          }
104    
105  // AXIS VECTOR FUNCTIONS -------------------/\-------------------  // AXIS VECTOR FUNCTIONS -------------------/\-------------------
# Line 139  std::string Axis::TranslateAxisColor(axi Line 141  std::string Axis::TranslateAxisColor(axi
141                  case AXISCOLOR_V: return "violet"; break;                  case AXISCOLOR_V: return "violet"; break;
142                  case AXISCOLOR_W: return "white"; break;                  case AXISCOLOR_W: return "white"; break;
143                  case AXISCOLOR_BK: return "black"; break;                  case AXISCOLOR_BK: return "black"; break;
144                    default: return "UNKNOWN!";
145                  }                  }
146          }          }
147    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26