Update of /cvsroot/kuml/kuml/kuml_gui/src/ige/common
In directory usw-pr-cvs1:/tmp/cvs-serv15670/common
Modified Files:
MathUtility.cpp MathUtility.h
Log Message:
Added more core implementation. Editor now supports simple line
Index: MathUtility.cpp
===================================================================
RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/common/MathUtility.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** MathUtility.cpp 2001/07/24 11:26:42 1.1
--- MathUtility.cpp 2001/07/24 11:34:49 1.2
***************
*** 1,4 ****
! /* Generated by Together */
#include "MathUtility.h"
--- 1,19 ----
! /***************************************************************************
! MathUtility.cpp - description
! -------------------
! begin : Tue July 24 2001
! copyright : (C) 2001 by the kUML Team
! author : Darius Stachow
! email : sta...@in...
! ***************************************************************************/
+ /***************************************************************************
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ * *
+ ***************************************************************************/
#include "MathUtility.h"
Index: MathUtility.h
===================================================================
RCS file: /cvsroot/kuml/kuml/kuml_gui/src/ige/common/MathUtility.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** MathUtility.h 2001/07/24 11:26:42 1.1
--- MathUtility.h 2001/07/24 11:34:49 1.2
***************
*** 1,3 ****
! /* Generated by Together */
#ifndef MATHUTILITY_H
--- 1,19 ----
! /***************************************************************************
! MathUtility.h - description
! -------------------
! begin : Tue July 24 2001
! copyright : (C) 2001 by the kUML Team
! author : Darius Stachow
! email : sta...@in...
! ***************************************************************************/
!
! /***************************************************************************
! * *
! * This program is free software; you can redistribute it and/or modify *
! * it under the terms of the GNU General Public License as published by *
! * the Free Software Foundation; either version 2 of the License, or *
! * (at your option) any later version. *
! * *
! ***************************************************************************/
#ifndef MATHUTILITY_H
|