diff -c5pr dstool_tk/bin/dstool_tk dstool-enterprise/bin/dstool_tk *** dstool_tk/bin/dstool_tk 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/bin/dstool_tk 2004-03-05 01:23:01.000000000 +1100 *************** *** 2,15 **** # # Run dstool_tk # # This line records the location of the DSTOOL installation: ! : ${DSTOOL=/u/pkg/dstool_tk} # The following determines machine type according to whatever clues your # system makes available. if [ -z "${ARCH}" ]; then case "$CPU" in iris4) ARCH=iris;; sun4os4) ARCH=sun4;; "") ARCH=unknown;; --- 2,16 ---- # # Run dstool_tk # # This line records the location of the DSTOOL installation: ! : ${DSTOOL=/enm/local/dstool} # The following determines machine type according to whatever clues your # system makes available. + ARCH=linux # PJN 4/3/2004 if [ -z "${ARCH}" ]; then case "$CPU" in iris4) ARCH=iris;; sun4os4) ARCH=sun4;; "") ARCH=unknown;; Only in dstool_tk/bin: linux Only in dstool_tk/bin: solaris Only in dstool-enterprise/: changes diff -c5pr dstool_tk/config/Makedefs.linux dstool-enterprise/config/Makedefs.linux *** dstool_tk/config/Makedefs.linux 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/config/Makedefs.linux 2004-09-06 23:43:22.000000000 +1000 *************** *** 4,11 **** # CC = cc WFLAGS = -Wall ! TCL_INCLUDES = -I/usr/include/tcl ! X11_LIBS = -L/usr/X11R6/lib -lX11 ! OTHER_SYS_LIBS = -L/usr/lib -ldl --- 4,11 ---- # CC = cc WFLAGS = -Wall ! TCL_INCLUDES = -I/enm/local/include ! X11_LIBS = -L/enm/local/X11R6/lib -lX11 ! OTHER_SYS_LIBS = -ldl diff -c5pr dstool_tk/config/Makedefs.solaris dstool-enterprise/config/Makedefs.solaris *** dstool_tk/config/Makedefs.solaris 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/config/Makedefs.solaris 1998-03-12 16:14:17.000000000 +1100 *************** *** 1,16 **** # ! # Makedefs.sun4 # # CC = gcc ! WFLAGS = -Wall RANLIB = echo X11_INCLUDES = -I/usr/local/X11/include ! TCL_LIBS = -L/usr/local/lib -ltk8.0 -ltcl8.0 ! X11_LIBS = -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib -lX11 ! # cc: X11_LIBS = -L/usr/openwin/lib -R/usr/openwin/lib -lX11 OTHER_SYS_LIBS = -lsocket -lnsl -ldl --- 1,15 ---- # ! # Makedefs.solaris # # CC = gcc ! WFLAGS = -Wall RANLIB = echo X11_INCLUDES = -I/usr/local/X11/include ! TCL_LIBS = -L/usr/local/lib -ltk40 -ltcl74 ! X11_LIBS = -L/usr/openwin/lib -Xlinker -R/usr/openwin/lib -lX11 OTHER_SYS_LIBS = -lsocket -lnsl -ldl Only in dstool_tk/config: Makedefs.solaris% diff -c5pr dstool_tk/config/Makefile.defs dstool-enterprise/config/Makefile.defs *** dstool_tk/config/Makefile.defs 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/config/Makefile.defs 2004-03-04 23:39:51.000000000 +1100 *************** *** 13,34 **** # # standard directories # ! # TCL_INCLUDES = -I/usr/include ! TCL_LIBS = -L/usr/lib -ltk -ltcl # # standard exectuables # ! CC = gcc32 INSTALL = $(CP) MAKE = make ! MKDIRHIER = mkdir -p CP = /bin/cp RM = /bin/rm -f SHELL = /bin/sh TCLSH = tclsh AR_R = ar rv --- 13,34 ---- # # standard directories # ! TCL_INCLUDES = -I/enm/local/include ! TCL_LIBS = -L/enm/local/lib -ltk -ltcl # # standard exectuables # ! CC = gcc INSTALL = $(CP) MAKE = make ! MKDIRHIER = mkdirhier CP = /bin/cp RM = /bin/rm -f SHELL = /bin/sh TCLSH = tclsh AR_R = ar rv *************** *** 40,50 **** # DSTOOL_DEBUG = -g -DDEBUG $(WFLAGS) DSTOOL_DEBUG = -g $(WFLAGS) WFLAGS = OPTFLAGS = ! CFLAGS = $(DSTOOL_DEBUG) $(OPTFLAGS) -fpic LDFLAGS = $(DSTOOL_DEBUG) $(OPTFLAGS) X11_LIBS = -lX11 SYS_LIBS = $(X11_LIBS) $(OTHER_SYS_LIBS) -lm ALL_FLAGS = $(CFLAGS) --- 40,50 ---- # DSTOOL_DEBUG = -g -DDEBUG $(WFLAGS) DSTOOL_DEBUG = -g $(WFLAGS) WFLAGS = OPTFLAGS = ! CFLAGS = $(DSTOOL_DEBUG) $(OPTFLAGS) LDFLAGS = $(DSTOOL_DEBUG) $(OPTFLAGS) X11_LIBS = -lX11 SYS_LIBS = $(X11_LIBS) $(OTHER_SYS_LIBS) -lm ALL_FLAGS = $(CFLAGS) diff -c5pr dstool_tk/config/site.def dstool-enterprise/config/site.def *** dstool_tk/config/site.def 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/config/site.def 2004-03-05 00:47:28.000000000 +1100 *************** *** 1,17 **** # # site.def # # At Cornell CAM on the Suns do : ! #TCL_LIBS = -L/usr/local/lib -ltk4.1 -ltcl7.5 ! #TCLSH = tclsh7.5 # if using solaris cc, do: #CC = cc #WFLAGS = #X11_LIBS = -L/usr/openwin/lib -R/usr/openwin/lib -lX11 # Uncomment if you are installing the pvm version # #PVM = -DPVM --- 1,18 ---- # # site.def # # At Cornell CAM on the Suns do : ! TCL_LIBS = -L/enm/local/lib -ltk8.4 -ltcl8.4 ! TCLSH = tclsh # if using solaris cc, do: #CC = cc #WFLAGS = #X11_LIBS = -L/usr/openwin/lib -R/usr/openwin/lib -lX11 + CC = gcc -B/enm/local/bin -Wl,--rpath -Wl,/enm/local/lib -Wl,-dynamic-linker=/enm/local/lib/ld-linux.so.2 # Uncomment if you are installing the pvm version # #PVM = -DPVM Only in dstool_tk: data Only in dstool_tk: fileslist diff -c5pr dstool_tk/INSTALL dstool-enterprise/INSTALL *** dstool_tk/INSTALL 2007-01-06 08:50:36.000000000 +1100 --- dstool-enterprise/INSTALL 1998-03-12 16:07:22.000000000 +1100 *************** *** 1,5 **** --- 1,30 ---- + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + + INSTALL This version of DsTool uses the Tcl/Tk libraries and should run on a variety of Unix workstations under X11. It was developed on SGI Irix5 and Sun Sparcstations. It has also *************** Tcl/Tk: DsTool was developed using Tcl 7 *** 16,25 **** --- 41,58 ---- OBTAINING SRC BIN ================= + The DsTool package is available by ftp from a network archive + server maintained by the Center for Applied Mathematics at Cornell + University. The server's address is: + macomb.cam.cornell.edu + (Internet address: 132.236.122.12) + Use ftp to download the program from the pub subdirectory, + after anonymous login. + INSTALLATION INSTRUCTIONS ========================= Only in dstool_tk: lib diff -c5pr dstool_tk/Makefile dstool-enterprise/Makefile *** dstool_tk/Makefile 2007-01-06 08:50:32.000000000 +1100 --- dstool-enterprise/Makefile 2004-03-05 00:45:20.000000000 +1100 *************** *** 4,20 **** TOP = . CONFIG = config CURRENT_DIR = . TARFILE = dstool_tk.tar include $(CONFIG)/Makefile.defs ! SUBDIRS = config oogl help src tcl my_dstool data/parser OTHER_FILES = README INSTALL VERSION bin/dstool_tk bin/dscat \ ! site_specific/Prolog.ps CLEAN = bin/*~ CLEAN_ALL = lib/*/*.a lib/*/*.o help: FORCE --- 4,21 ---- TOP = . CONFIG = config CURRENT_DIR = . TARFILE = dstool_tk.tar + CC = gcc -B/enm/local/bin -Wl,--rpath -Wl,/enm/local/lib -Wl,-dynamic-linker=/enm/local/lib/ld-linux.so.2 include $(CONFIG)/Makefile.defs ! SUBDIRS = config oogl help src tcl my_dstool OTHER_FILES = README INSTALL VERSION bin/dstool_tk bin/dscat \ ! site_specific/Prolog.ps changes CLEAN = bin/*~ CLEAN_ALL = lib/*/*.a lib/*/*.o help: FORCE Only in dstool_tk/my_dstool/bin: linux Only in dstool_tk/my_dstool/bin: solaris diff -c5pr dstool_tk/my_dstool/GENERIC.c dstool-enterprise/my_dstool/GENERIC.c *** dstool_tk/my_dstool/GENERIC.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/my_dstool/GENERIC.c 2004-09-07 01:47:21.000000000 +1000 *************** *** 1,5 **** --- 1,9 ---- + /* + * GENERIC.c + */ + #include /* ------------------------------------------------------------------------ function used to define the vector field or map ------------------------------------------------------------------------ */ diff -c5pr dstool_tk/my_dstool/Makefile dstool-enterprise/my_dstool/Makefile *** dstool_tk/my_dstool/Makefile 2007-01-06 08:50:32.000000000 +1100 --- dstool-enterprise/my_dstool/Makefile 2004-09-08 02:36:08.000000000 +1000 *************** include $(CONFIG)/Makefile.defs *** 63,78 **** $(LIBDIR)/liborbit.a \ $(LIBDIR)/libinteg.a \ $(LIBDIR)/libiter.a \ $(LIBDIR)/libalg.a \ $(LIBDIR)/libfixed.a \ $(LIBDIR)/libcont.a \ $(LIBDIR)/libbifmodes.a \ $(LIBDIR)/libbrowser.a \ $(LIBDIR)/libsvld.a \ $(LIBDIR)/libparser.a \ - $(LIBDIR)/libman2d.a \ $(LIBDIR)/libpo.a \ $(LIBDIR)/libpm.a \ $(LIBDIR)/libview.a \ $(LIBDIR)/libmem.a \ $(LIBDIR)/libutil.a \ --- 63,78 ---- $(LIBDIR)/liborbit.a \ $(LIBDIR)/libinteg.a \ $(LIBDIR)/libiter.a \ $(LIBDIR)/libalg.a \ $(LIBDIR)/libfixed.a \ + $(LIBDIR)/lib1dman.a \ $(LIBDIR)/libcont.a \ $(LIBDIR)/libbifmodes.a \ $(LIBDIR)/libbrowser.a \ $(LIBDIR)/libsvld.a \ $(LIBDIR)/libparser.a \ $(LIBDIR)/libpo.a \ $(LIBDIR)/libpm.a \ $(LIBDIR)/libview.a \ $(LIBDIR)/libmem.a \ $(LIBDIR)/libutil.a \ diff -c5pr dstool_tk/my_dstool/user.c dstool-enterprise/my_dstool/user.c *** dstool_tk/my_dstool/user.c 2007-01-06 08:50:32.000000000 +1100 --- dstool-enterprise/my_dstool/user.c 2004-09-07 01:47:21.000000000 +1000 *************** *** 1,10 **** /* - * $Id: user.c,v 1.2 1997/01/07 16:34:07 veran Exp $ - */ - - /* * user.c * * See the README file in this directory for information * on how to modify this file. * --- 1,6 ---- diff -c5pr dstool_tk/oogl/central.oogl dstool-enterprise/oogl/central.oogl *** dstool_tk/oogl/central.oogl 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/oogl/central.oogl 1998-03-12 16:19:24.000000000 +1100 *************** *** 1,10 **** # - # $Id: central.oogl,v 1.2 1997/06/05 18:54:42 veran Exp $ - # - - # # central.oogl # (progn (normalization allgeoms none) --- 1,6 ---- diff -c5pr dstool_tk/oogl/dbl_pendulum.oogl dstool-enterprise/oogl/dbl_pendulum.oogl *** dstool_tk/oogl/dbl_pendulum.oogl 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/oogl/dbl_pendulum.oogl 1998-03-12 16:19:27.000000000 +1100 *************** *** 1,10 **** # - # $Id: dbl_pendulum.oogl,v 1.2 1997/06/05 18:54:42 veran Exp $ - # - - # # dbl_pendulum.oogl # (progn (bbox-draw allgeoms no) --- 1,6 ---- diff -c5pr dstool_tk/oogl/pendulum.oogl dstool-enterprise/oogl/pendulum.oogl *** dstool_tk/oogl/pendulum.oogl 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/oogl/pendulum.oogl 1998-03-12 16:19:31.000000000 +1100 *************** *** 1,10 **** # - # $Id: pendulum.oogl,v 1.2 1997/06/05 18:54:42 veran Exp $ - # - - # # pendulum.oogl # (progn (normalization allgeoms none) --- 1,6 ---- diff -c5pr dstool_tk/oogl/restrict3.oogl dstool-enterprise/oogl/restrict3.oogl *** dstool_tk/oogl/restrict3.oogl 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/oogl/restrict3.oogl 1998-03-12 16:19:35.000000000 +1100 *************** *** 1,10 **** # - # $Id: restrict3.oogl,v 1.2 1997/06/05 18:54:42 veran Exp $ - # - - # # restrict3.oogl # (progn (normalization allgeoms none) --- 1,6 ---- diff -c5pr dstool_tk/README dstool-enterprise/README *** dstool_tk/README 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/README 1998-03-12 16:08:52.000000000 +1100 *************** *** 1,5 **** --- 1,30 ---- + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + + README for DsTool Tcl/Tk Version - toplevel directory Installation: See the file INSTALL. diff -c5pr dstool_tk/site_specific/Prolog.ps dstool-enterprise/site_specific/Prolog.ps *** dstool_tk/site_specific/Prolog.ps 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/site_specific/Prolog.ps 1997-08-21 10:54:50.000000000 +1000 *************** xscalei yscalei scale Circleglyph gresto *** 134,148 **** yBBoxSide mul exch xBBoxSide mul exch moveto CenterString show grestore }def % declare global constants (edit with care). 72 points = 1 inch /x0 0 def /xf 1 def /y0 0 def /yf 1 def % dstool scales output into [0,1] x [0,1] /TickSize 5 def % size (in pts) of tick marks ! /linewidth 0.025 def % width of line for plotting (smallest resolution=0) /HeadPtSize 6 def % print the header in this font size /HorSpace 8 def % pts left of BBox for hor labels ! /Sm 0.5 def % typical sizes of symbols ! /Md 0.5 def /Lg 4 def /XL 6 def % The below are model-specific definitions. Written by dstool. --- 134,148 ---- yBBoxSide mul exch xBBoxSide mul exch moveto CenterString show grestore }def % declare global constants (edit with care). 72 points = 1 inch /x0 0 def /xf 1 def /y0 0 def /yf 1 def % dstool scales output into [0,1] x [0,1] /TickSize 5 def % size (in pts) of tick marks ! /linewidth 0.005 def % width of line for plotting (smallest resolution=0) /HeadPtSize 6 def % print the header in this font size /HorSpace 8 def % pts left of BBox for hor labels ! /Sm 1 def % typical sizes of symbols ! /Md 2 def /Lg 4 def /XL 6 def % The below are model-specific definitions. Written by dstool. Only in dstool_tk/site_specific: Prolog.ps% diff -c5pr dstool_tk/src/browser/br_install.c dstool-enterprise/src/browser/br_install.c *** dstool_tk/src/browser/br_install.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/browser/br_install.c 1998-03-12 16:31:08.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: br_install.c,v 1.3 1997/04/14 16:02:55 worfolk Exp $ ! */ /* * browser_install.c * * Procedures: --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * browser_install.c * * Procedures: diff -c5pr dstool_tk/src/browser/browser.c dstool-enterprise/src/browser/browser.c *** dstool_tk/src/browser/browser.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/browser/browser.c 1998-03-12 16:31:19.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: browser.c,v 1.3 1997/04/14 16:03:55 worfolk Exp veran $ ! */ /* * browser.c * */ --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * browser.c * */ diff -c5pr dstool_tk/src/cont/Bif_Modes/bp_func.c dstool-enterprise/src/cont/Bif_Modes/bp_func.c *** dstool_tk/src/cont/Bif_Modes/bp_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/bp_func.c 1998-03-12 16:35:03.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * bp_func.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/Bif_Modes/check_func.c dstool-enterprise/src/cont/Bif_Modes/check_func.c *** dstool_tk/src/cont/Bif_Modes/check_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/check_func.c 1998-03-12 16:35:16.000000000 +1100 *************** *** 1,7 **** ! /* check_func.c ! * */ #include #include #include --- 1,33 ---- ! /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * check_func.c */ #include #include #include diff -c5pr dstool_tk/src/cont/Bif_Modes/det_func.c dstool-enterprise/src/cont/Bif_Modes/det_func.c *** dstool_tk/src/cont/Bif_Modes/det_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/det_func.c 1998-03-12 16:35:32.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * det_func.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/Bif_Modes/hopf_bp_func.c dstool-enterprise/src/cont/Bif_Modes/hopf_bp_func.c *** dstool_tk/src/cont/Bif_Modes/hopf_bp_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/hopf_bp_func.c 1998-03-12 16:35:46.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * hopf_bp_func.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/Bif_Modes/jgr_func.c dstool-enterprise/src/cont/Bif_Modes/jgr_func.c *** dstool_tk/src/cont/Bif_Modes/jgr_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/jgr_func.c 1998-03-12 16:35:59.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * jgr_func.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/Bif_Modes/kubicek_hopf1_func.c dstool-enterprise/src/cont/Bif_Modes/kubicek_hopf1_func.c *** dstool_tk/src/cont/Bif_Modes/kubicek_hopf1_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/kubicek_hopf1_func.c 1998-03-12 16:36:15.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * kubicek_hopf1_func.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/Bif_Modes/sn_func.c dstool-enterprise/src/cont/Bif_Modes/sn_func.c *** dstool_tk/src/cont/Bif_Modes/sn_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/sn_func.c 1998-03-14 07:17:44.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * sn_func.c + */ + #include #include #include #include #include *************** *** 28,47 **** ( ) where Dxf is the Jacobian matrix, l is a fixed normalizing vector, <> is the standard inner product and v in an n-vector augmented to the independent variable set. - This program is the property of: - Cornell University - Center of Applied Mathematics - 305 Sage Hall, Ithaca NY 14853 - - and may be used and modified freely, provided that this legend is included on all tape media and - as a part of the software program in whole or part. This file is provided as is with no guarantees - and without any obligation on the part of Cornell faculty, staff or students assist in its use, - correction, modification or enhancement. - Author: Mark Myers Last modified: 08 January 1992 ------------------------------------------------------------------------------------------------------- */ --- 58,67 ---- diff -c5pr dstool_tk/src/cont/Bif_Modes/sp_func.c dstool-enterprise/src/cont/Bif_Modes/sp_func.c *** dstool_tk/src/cont/Bif_Modes/sp_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/sp_func.c 1998-03-12 16:36:39.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * sp_func.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/Bif_Modes/static_func.c dstool-enterprise/src/cont/Bif_Modes/static_func.c *** dstool_tk/src/cont/Bif_Modes/static_func.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/Bif_Modes/static_func.c 1998-03-12 16:36:51.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * static_func.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/cont_defaults.h dstool-enterprise/src/cont/cont_defaults.h *** dstool_tk/src/cont/cont_defaults.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/cont_defaults.h 1998-03-12 16:31:56.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * cont_defaults.h + */ + /* defaults values for the continuation algorithms */ #define CONT_STPSIZE 0.01 #define CONT_MODE 0 /* #define CONT_ITERS 500 */ /* Old version */ #define CONT_ITERS 10 /* 6/25/97 BAM */ diff -c5pr dstool_tk/src/cont/cont_install.c dstool-enterprise/src/cont/cont_install.c *** dstool_tk/src/cont/cont_install.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/cont_install.c 1998-03-12 16:32:10.000000000 +1100 *************** *** 1,9 **** /* ! * * cont_install.c - * */ #include #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* * cont_install.c */ #include #include #include #include diff -c5pr dstool_tk/src/cont/cont_proc.c dstool-enterprise/src/cont/cont_proc.c *** dstool_tk/src/cont/cont_proc.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/cont_proc.c 1998-03-12 16:32:25.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * cont_proc.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/cont_state.c dstool-enterprise/src/cont/cont_state.c *** dstool_tk/src/cont/cont_state.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/cont_state.c 1998-03-12 16:32:50.000000000 +1100 *************** *** 1,5 **** --- 1,31 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + /* * cont_state.c * * Routines used by the cont_state panel to update information * diff -c5pr dstool_tk/src/cont/cont_utilities.c dstool-enterprise/src/cont/cont_utilities.c *** dstool_tk/src/cont/cont_utilities.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/cont_utilities.c 1998-03-12 16:33:06.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * cont_utilities.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/continue_def.h dstool-enterprise/src/cont/continue_def.h *** dstool_tk/src/cont/continue_def.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/continue_def.h 1998-03-12 16:33:19.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * continue_def.h + */ + #include #include struct Cont_Cntl_Ds{ diff -c5pr dstool_tk/src/cont/coqual.c dstool-enterprise/src/cont/coqual.c *** dstool_tk/src/cont/coqual.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/coqual.c 1998-03-12 16:33:35.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * coqual.c + */ + #include #include diff -c5pr dstool_tk/src/cont/corect.c dstool-enterprise/src/cont/corect.c *** dstool_tk/src/cont/corect.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/corect.c 1998-03-12 16:33:50.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * corect.c + */ + #include #include #include #include diff -c5pr dstool_tk/src/cont/dslv.c dstool-enterprise/src/cont/dslv.c *** dstool_tk/src/cont/dslv.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/dslv.c 1998-03-12 16:34:01.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * dslv.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/cont/pitcon.c dstool-enterprise/src/cont/pitcon.c *** dstool_tk/src/cont/pitcon.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/pitcon.c 1998-03-12 16:34:14.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * pitcon.c + */ + #include #include #include "continue.h" #define TRUE 1 diff -c5pr dstool_tk/src/cont/root.c dstool-enterprise/src/cont/root.c *** dstool_tk/src/cont/root.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/root.c 1998-03-12 16:34:24.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * root.c + */ + #include #include diff -c5pr dstool_tk/src/cont/tangnt.c dstool-enterprise/src/cont/tangnt.c *** dstool_tk/src/cont/tangnt.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/cont/tangnt.c 1998-03-12 16:34:37.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * tangnt.c + */ + #include #include "continue.h" Only in dstool_tk/src: dstool_tk diff -c5pr dstool_tk/src/eigen/balanc.c dstool-enterprise/src/eigen/balanc.c *** dstool_tk/src/eigen/balanc.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/balanc.c 1998-03-12 16:37:47.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: balanc.c,v 1.3 1997/05/07 15:49:17 veran Exp $ */ #include void --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * balanc.c */ #include void diff -c5pr dstool_tk/src/eigen/balbak.c dstool-enterprise/src/eigen/balbak.c *** dstool_tk/src/eigen/balbak.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/balbak.c 1998-03-12 16:37:58.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: balbak.c,v 1.3 1997/05/07 15:49:17 veran Exp $ */ void balbak( int nm, int n, int* low, int* igh, double* scale, int m, double** z) { --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * balbak.c */ void balbak( int nm, int n, int* low, int* igh, double* scale, int m, double** z) { diff -c5pr dstool_tk/src/eigen/cdiv.c dstool-enterprise/src/eigen/cdiv.c *** dstool_tk/src/eigen/cdiv.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/cdiv.c 1998-03-12 16:38:11.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: cdiv.c,v 1.3 1997/05/07 15:49:17 veran Exp $ */ #include void --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * cdiv.c */ #include void diff -c5pr dstool_tk/src/eigen/elmhes.c dstool-enterprise/src/eigen/elmhes.c *** dstool_tk/src/eigen/elmhes.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/elmhes.c 1998-03-12 16:38:25.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: elmhes.c,v 1.3 1997/05/07 15:49:17 veran Exp $ */ #include void --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * elmhes.c */ #include void diff -c5pr dstool_tk/src/eigen/eltran.c dstool-enterprise/src/eigen/eltran.c *** dstool_tk/src/eigen/eltran.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/eltran.c 1998-03-12 16:38:39.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: eltran.c,v 1.3 1997/05/07 15:49:17 veran Exp $ */ void eltran( int nm, int n, int* low, int* igh, double** a, int* intch, double** z) { --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * eltran.c */ void eltran( int nm, int n, int* low, int* igh, double** a, int* intch, double** z) { diff -c5pr dstool_tk/src/eigen/hqr.c dstool-enterprise/src/eigen/hqr.c *** dstool_tk/src/eigen/hqr.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/hqr.c 1998-03-12 16:38:49.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: hqr.c,v 1.2 1997/01/07 16:42:45 veran Exp $ */ #include int hqr(nm,n,low,igh,h,wr,wi) --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * hqr.c */ #include int hqr(nm,n,low,igh,h,wr,wi) diff -c5pr dstool_tk/src/eigen/hqr2.c dstool-enterprise/src/eigen/hqr2.c *** dstool_tk/src/eigen/hqr2.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/hqr2.c 1998-03-12 16:38:59.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: hqr2.c,v 1.3 1997/05/07 15:49:17 veran Exp $ */ #include #include "eigen.h" --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * hqr2.c */ #include #include "eigen.h" diff -c5pr dstool_tk/src/eigen/rg.c dstool-enterprise/src/eigen/rg.c *** dstool_tk/src/eigen/rg.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/eigen/rg.c 1998-03-12 16:39:09.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: rg.c,v 1.2 1997/01/07 16:42:45 veran Exp $ ! */ /* * rg.c - * */ #include int rg(int nm, int n, double **a, double *wr, double *wi, --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * rg.c */ #include int rg(int nm, int n, double **a, double *wr, double *wi, diff -c5pr dstool_tk/src/fixed/fixed_install.c dstool-enterprise/src/fixed/fixed_install.c *** dstool_tk/src/fixed/fixed_install.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fixed_install.c 1998-03-12 16:39:49.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: fixed_install.c,v 1.2 1997/01/07 16:44:10 veran Exp $ ! */ /* * fixed_install.c * * Procedures: --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * fixed_install.c * * Procedures: diff -c5pr dstool_tk/src/fixed/fixed_local.h dstool-enterprise/src/fixed/fixed_local.h *** dstool_tk/src/fixed/fixed_local.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fixed_local.h 1998-03-12 16:39:58.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: fixed_local.h,v 1.1 1997/05/07 15:25:31 veran Exp $ ! */ /* * fixed_local.h - * */ #ifndef FIXED_LOCAL_h #define FIXED_LOCAL_h --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * fixed_local.h */ #ifndef FIXED_LOCAL_h #define FIXED_LOCAL_h diff -c5pr dstool_tk/src/fixed/fp_1dman.c dstool-enterprise/src/fixed/fp_1dman.c *** dstool_tk/src/fixed/fp_1dman.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fp_1dman.c 1998-03-12 16:40:34.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: fp_1dman.c,v 1.3 1997/05/07 15:24:54 veran Exp $ */ - /* ------------------------------ - driver for computing one-d manifolds - of fixed points - */ #include #include "memory.h" #include "constants.h" #include "utilities.h" --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * fp_1dman.c ! * ! * driver for computing one-d manifolds of fixed points ! * */ #include #include "memory.h" #include "constants.h" #include "utilities.h" diff -c5pr dstool_tk/src/fixed/fp_compute.c dstool-enterprise/src/fixed/fp_compute.c *** dstool_tk/src/fixed/fp_compute.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fp_compute.c 1998-03-12 16:41:05.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: fp_compute.c,v 1.4 1997/05/07 15:24:54 veran Exp $ ! */ ! /* -------------------------------------------------- ! driver for computing fixed points and periodic orbits - -------------------------------------------------- */ #include #include #include #include "constants.h" --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * fp_compute.c ! * ! * driver for computing fixed points and periodic orbits ! * ! */ #include #include #include #include "constants.h" diff -c5pr dstool_tk/src/fixed/fp_eval.c dstool-enterprise/src/fixed/fp_eval.c *** dstool_tk/src/fixed/fp_eval.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fp_eval.c 1998-03-12 16:41:17.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: fp_eval.c,v 1.3 1997/05/07 15:24:54 veran Exp $ */ /* Order eigenvalues in decreasing order in magnitude */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * fp_eval.c */ /* Order eigenvalues in decreasing order in magnitude */ #include #include diff -c5pr dstool_tk/src/fixed/fp_get_atts.c dstool-enterprise/src/fixed/fp_get_atts.c *** dstool_tk/src/fixed/fp_get_atts.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fp_get_atts.c 1998-03-12 16:41:42.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: fp_get_atts.c,v 1.2 1997/01/07 16:44:10 veran Exp $ ! */ ! ! /* ! ### assign color and symbol type to a given periodic orbit or equilibria ### */ #include #include #include #include --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. */ + /* + * fp_get_atts.c + * + * assign color and symbol type to a given periodic orbit or equilibria + */ + #include #include #include #include diff -c5pr dstool_tk/src/fixed/fp_get_type.c dstool-enterprise/src/fixed/fp_get_type.c *** dstool_tk/src/fixed/fp_get_type.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fp_get_type.c 1998-03-12 16:42:15.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: fp_get_type.c,v 1.3 1997/05/07 15:24:54 veran Exp $ ! */ ! /* ! ### get an index for the type of periodic orbits ### - Note: Order eigenvalues in decreasing order in magnitude - */ #include #include #include "fixed.h" #include "constants.h" --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * fp_get_type.c ! * ! * get an index for the type of periodic orbits ! * Note: Order eigenvalues in decreasing order in magnitude ! */ #include #include #include "fixed.h" #include "constants.h" diff -c5pr dstool_tk/src/fixed/fp_init.c dstool-enterprise/src/fixed/fp_init.c *** dstool_tk/src/fixed/fp_init.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fp_init.c 1998-03-12 16:42:39.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: fp_init.c,v 1.3 1997/05/07 15:24:54 veran Exp $ ! */ ! /* -------------------------------------------------- ! driver for computing fixed points and periodic orbits - -------------------------------------------------- */ #include #include #include "math_utils.h" #include "constants.h" --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * fp_init.c ! * ! * driver for computing fixed points and periodic orbits ! * ! */ #include #include #include "math_utils.h" #include "constants.h" diff -c5pr dstool_tk/src/fixed/fp_jac.c dstool-enterprise/src/fixed/fp_jac.c *** dstool_tk/src/fixed/fp_jac.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/fp_jac.c 1998-03-12 16:43:15.000000000 +1100 *************** *** 1,16 **** /* ! * $Id: fp_jac.c,v 1.3 1997/05/07 15:24:54 veran Exp $ ! */ ! ! /* ROUTINE TO COMPUTE JACOBIAN MATRIX ! FOR FIXED POINT ROUTINES ! This will be done by finite difference methods ! or by formula. - */ #include #include "constants.h" #include "math_utils.h" #include "iterate.h" --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * fp_jac.c ! * ! * Routine to compute Jacobian matrix for fixed point routines. ! * This will be done by finite difference methods or by formula. ! */ #include #include "constants.h" #include "math_utils.h" #include "iterate.h" diff -c5pr dstool_tk/src/fixed/mnewt.c dstool-enterprise/src/fixed/mnewt.c *** dstool_tk/src/fixed/mnewt.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/mnewt.c 1998-03-12 16:43:42.000000000 +1100 *************** *** 1,10 **** /* ! * $Id: mnewt.c,v 1.3 1997/05/07 15:24:54 veran Exp $ ! */ ! /* Computes fixed points using Newton's method: For a vector field, this computes only points where the vector field is null. It assumes that the period is 0!. ie, solves f(x) = 0 --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * mnewt.c ! * ! * Computes fixed points using Newton's method: For a vector field, this computes only points where the vector field is null. It assumes that the period is 0!. ie, solves f(x) = 0 diff -c5pr dstool_tk/src/fixed/msecant.c dstool-enterprise/src/fixed/msecant.c *** dstool_tk/src/fixed/msecant.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/msecant.c 1998-03-12 16:43:58.000000000 +1100 *************** *** 1,10 **** /* ! * $Id: msecant.c,v 1.3 1997/05/07 15:24:54 veran Exp $ ! */ ! /* Computes fixed points using Secant method: For a vector field, this computes only points where the vector field is null. It assumes that the period is 0!. ie, solves f(x) = 0 --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * msecant.c ! * ! * ! * Computes fixed points using Secant method: For a vector field, this computes only points where the vector field is null. It assumes that the period is 0!. ie, solves f(x) = 0 diff -c5pr dstool_tk/src/fixed/trkman_map.c dstool-enterprise/src/fixed/trkman_map.c *** dstool_tk/src/fixed/trkman_map.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/trkman_map.c 1998-03-12 16:44:13.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: trkman_map.c,v 1.3 1997/05/07 15:24:54 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * trkman_map.c */ #include #include diff -c5pr dstool_tk/src/fixed/trkman_ode.c dstool-enterprise/src/fixed/trkman_ode.c *** dstool_tk/src/fixed/trkman_ode.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/fixed/trkman_ode.c 1998-03-12 16:44:58.000000000 +1100 *************** *** 1,17 **** /* ! * $Id: trkman_ode.c,v 1.3 1997/05/07 15:24:54 veran Exp $ ! */ - /* - ---------------------------------------------------------------------- - Compute a set of manifolds for saddle equilibria of ODE - ---------------------------------------------------------------------- - compute manifolds of ANY given set of hyperbolic fixed points - with eigenvalues and eigenvectors - */ #include #include "constants.h" #include "defaults.h" #include "pm.h" --- 1,39 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ + /* + * trkman_ode.c + * + * Compute a set of manifolds for saddle equilibria of ODE + * Compute manifolds of ANY given set of hyperbolic fixed points + * with eigenvalues and eigenvectors + */ #include #include "constants.h" #include "defaults.h" #include "pm.h" diff -c5pr dstool_tk/src/include/complib.h dstool-enterprise/src/include/complib.h *** dstool_tk/src/include/complib.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/complib.h 1998-03-12 16:45:35.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: complib.h,v 1.5 1997/05/09 22:12:55 worfolk Exp $ */ #ifndef COMPLIB_HEADER #define COMPLIB_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * complib.h */ #ifndef COMPLIB_HEADER #define COMPLIB_HEADER diff -c5pr dstool_tk/src/include/constants.h dstool-enterprise/src/include/constants.h *** dstool_tk/src/include/constants.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/constants.h 1998-03-12 16:45:48.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: constants.h,v 1.3 1997/06/05 18:49:19 worfolk Exp $ ! */ #ifndef CONSTANTS_h #define CONSTANTS_h /* * constants.h - * */ #define TRUE 1 #define FALSE 0 --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef CONSTANTS_h #define CONSTANTS_h /* * constants.h */ #define TRUE 1 #define FALSE 0 diff -c5pr dstool_tk/src/include/continue.h dstool-enterprise/src/include/continue.h *** dstool_tk/src/include/continue.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/continue.h 1998-03-12 16:46:08.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * continue.h + */ + #include #include struct Cont_Cntl_Ds{ diff -c5pr dstool_tk/src/include/defaults.h dstool-enterprise/src/include/defaults.h *** dstool_tk/src/include/defaults.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/defaults.h 2004-03-05 01:51:27.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: defaults.h,v 1.4 1997/05/07 16:29:23 worfolk Exp $ */ #ifndef DEFAULTS_h #define DEFAULTS_h --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * defaults.h */ #ifndef DEFAULTS_h #define DEFAULTS_h *************** *** 13,23 **** /* automatically read configuration file */ #define CONFIG_FILENAME "dstool.config" /* name of geomview executable */ ! #define GEOMVIEW_EXECUTABLE "gv" /* multiple */ #define MULT_RADIUS_FACTOR 0.01 /* default values for the Defaults window */ --- 39,49 ---- /* automatically read configuration file */ #define CONFIG_FILENAME "dstool.config" /* name of geomview executable */ ! #define GEOMVIEW_EXECUTABLE "geomview" /* multiple */ #define MULT_RADIUS_FACTOR 0.01 /* default values for the Defaults window */ diff -c5pr dstool_tk/src/include/ds_define.c dstool-enterprise/src/include/ds_define.c *** dstool_tk/src/include/ds_define.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/ds_define.c 1998-03-12 16:47:01.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: ds_define.c,v 1.6 1997/05/08 18:43:49 veran Exp $ ! */ ! ! /* --------------------------------------------------------------------------- ! include this source code in each dynamical system definition file ! to initialize the postmaster ! ------------------------------------------------------------------------ */ pm(CLEAR, "Model.Varb_Ic", CLEAR, "Model.Param_Ic", CLEAR, "Model.Varb_Dim", CLEAR, "Model.Param_Dim", CLEAR, "Model.Funct_Dim", CLEAR, "Model.Varb_Names", CLEAR, "Model.Param_Names", CLEAR, "Model.Funct_Names", --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * ds_define.c ! * ! * include this source code in each dynamical system definition file ! * to initialize the postmaster ! */ pm(CLEAR, "Model.Varb_Ic", CLEAR, "Model.Param_Ic", CLEAR, "Model.Varb_Dim", CLEAR, "Model.Param_Dim", CLEAR, "Model.Funct_Dim", CLEAR, "Model.Varb_Names", CLEAR, "Model.Param_Names", CLEAR, "Model.Funct_Names", diff -c5pr dstool_tk/src/include/dscolor.h dstool-enterprise/src/include/dscolor.h *** dstool_tk/src/include/dscolor.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/dscolor.h 1998-03-12 16:47:10.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: dscolor.h,v 1.4 1997/05/05 16:26:49 veran Exp $ ! */ /* * dscolor.h */ --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * dscolor.h */ diff -c5pr dstool_tk/src/include/dstool.h dstool-enterprise/src/include/dstool.h *** dstool_tk/src/include/dstool.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/dstool.h 1998-03-12 18:41:35.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: dstool.h,v 1.1 1997/01/07 16:47:14 veran Exp $ ! */ /* * dstool.h * * Header file for declarations of many basic utilities and functions. --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * dstool.h * * Header file for declarations of many basic utilities and functions. diff -c5pr dstool_tk/src/include/eigen.h dstool-enterprise/src/include/eigen.h *** dstool_tk/src/include/eigen.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/eigen.h 1998-03-12 16:47:18.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: eigen.h,v 1.3 1997/05/08 18:43:49 veran Exp $ ! */ /* * eigen.h - * */ #ifndef EIGEN_h #define EIGEN_h --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * eigen.h */ #ifndef EIGEN_h #define EIGEN_h diff -c5pr dstool_tk/src/include/fixed.h dstool-enterprise/src/include/fixed.h *** dstool_tk/src/include/fixed.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/fixed.h 1998-03-12 16:47:25.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: fixed.h,v 1.1 1997/01/07 16:47:14 veran Exp $ ! */ /* * fixed.h - * */ #ifndef FIXED_h #define FIXED_h --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * fixed.h */ #ifndef FIXED_h #define FIXED_h diff -c5pr dstool_tk/src/include/flow.h dstool-enterprise/src/include/flow.h *** dstool_tk/src/include/flow.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/flow.h 1998-03-12 16:47:33.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: flow.h,v 1.3 1997/05/12 15:45:27 veran Exp $ ! */ /* * flow.h * * Declarations for flow routines --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * flow.h * * Declarations for flow routines diff -c5pr dstool_tk/src/include/history.h dstool-enterprise/src/include/history.h *** dstool_tk/src/include/history.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/history.h 1998-03-12 16:47:45.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: history.h,v 1.1 1997/01/07 16:47:14 veran Exp $ */ #ifndef HISTORY_HEADER #define HISTORY_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * history.h */ #ifndef HISTORY_HEADER #define HISTORY_HEADER diff -c5pr dstool_tk/src/include/iterate.h dstool-enterprise/src/include/iterate.h *** dstool_tk/src/include/iterate.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/iterate.h 1998-03-12 16:47:55.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: iterate.h,v 1.2 1997/05/02 21:36:53 worfolk Exp $ */ #ifndef ITERATE_HEADER #define ITERATE_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * iterate.h */ #ifndef ITERATE_HEADER #define ITERATE_HEADER diff -c5pr dstool_tk/src/include/manifold.h dstool-enterprise/src/include/manifold.h *** dstool_tk/src/include/manifold.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/manifold.h 1998-03-12 16:48:06.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: manifold.h,v 1.2 1997/05/09 22:09:10 worfolk Exp $ ! */ #ifndef MANIFOLD_h #define MANIFOLD_h /* --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef MANIFOLD_h #define MANIFOLD_h /* diff -c5pr dstool_tk/src/include/math_utils.h dstool-enterprise/src/include/math_utils.h *** dstool_tk/src/include/math_utils.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/math_utils.h 1998-03-12 16:48:13.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: math_utils.h,v 1.2 1997/05/09 22:09:29 worfolk Exp $ ! */ /* * math_utils.h - * */ #ifndef MATH_UTILS_h #define MATH_UTILS_h --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * math_utils.h */ #ifndef MATH_UTILS_h #define MATH_UTILS_h diff -c5pr dstool_tk/src/include/memory.h dstool-enterprise/src/include/memory.h *** dstool_tk/src/include/memory.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/memory.h 1998-03-12 16:48:25.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: memory.h,v 1.1 1997/01/07 16:47:14 veran Exp $ ! */ #ifndef MEMORY_h #define MEMORY_h /* --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef MEMORY_h #define MEMORY_h /* diff -c5pr dstool_tk/src/include/model_headers.h dstool-enterprise/src/include/model_headers.h *** dstool_tk/src/include/model_headers.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/model_headers.h 1998-03-12 16:48:37.000000000 +1100 *************** *** 1,19 **** /* ! * $Id: model_headers.h,v 1.1 1997/01/07 16:47:14 veran Exp $ ! */ #ifndef MODEL_HEADERS_h #define MODEL_HEADERS_h /* * model_headers.h ! * ! */ - #include - #include #include #include #include #include #include --- 1,41 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef MODEL_HEADERS_h #define MODEL_HEADERS_h /* * model_headers.h ! */ ! ! #include ! #include #include #include #include #include #include diff -c5pr dstool_tk/src/include/modellib.h dstool-enterprise/src/include/modellib.h *** dstool_tk/src/include/modellib.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/modellib.h 1998-03-12 16:48:52.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: modellib.h,v 1.1 1997/01/07 16:47:14 veran Exp $ */ #ifndef MODELLIB_HEADER #define MODELLIB_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * modellib.h */ #ifndef MODELLIB_HEADER #define MODELLIB_HEADER diff -c5pr dstool_tk/src/include/mult.h dstool-enterprise/src/include/mult.h *** dstool_tk/src/include/mult.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/mult.h 1998-03-12 16:49:01.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: mult.h,v 1.1 1997/01/07 16:47:14 veran Exp $ */ #ifndef MULT_HEADER #define MULT_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * mult.h */ #ifndef MULT_HEADER #define MULT_HEADER diff -c5pr dstool_tk/src/include/mult_proj.h dstool-enterprise/src/include/mult_proj.h *** dstool_tk/src/include/mult_proj.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/mult_proj.h 1998-03-12 16:49:15.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: mult_proj.h,v 1.2 1997/05/08 18:43:49 veran Exp $ */ #ifndef MULT_PROJ_HEADER #define MULT_PROJ_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * mult_proj.h */ #ifndef MULT_PROJ_HEADER #define MULT_PROJ_HEADER diff -c5pr dstool_tk/src/include/plot.h dstool-enterprise/src/include/plot.h *** dstool_tk/src/include/plot.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/plot.h 1998-03-12 16:49:22.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: plot.h,v 1.1 1997/01/07 16:47:14 veran Exp $ ! */ /* * plot.h - * */ #ifndef PLOT_h #define PLOT_h --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * plot.h */ #ifndef PLOT_h #define PLOT_h diff -c5pr dstool_tk/src/include/pm.h dstool-enterprise/src/include/pm.h *** dstool_tk/src/include/pm.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/pm.h 1998-03-12 16:49:31.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: pm.h,v 1.1 1997/01/07 16:47:14 veran Exp veran $ ! */ #ifndef PM_h #define PM_h /* * pm.h - * */ /* Include stdio.h since it defines NULL */ #include --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef PM_h #define PM_h /* * pm.h */ /* Include stdio.h since it defines NULL */ #include diff -c5pr dstool_tk/src/include/print.h dstool-enterprise/src/include/print.h *** dstool_tk/src/include/print.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/print.h 1998-03-12 16:49:49.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * print.h + */ + #define PRINT_PRECISION 5 /* * Table of fonts */ diff -c5pr dstool_tk/src/include/prop.h dstool-enterprise/src/include/prop.h *** dstool_tk/src/include/prop.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/prop.h 1998-03-12 16:50:00.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: prop.h,v 1.2 1997/05/12 15:45:27 veran Exp $ */ #ifndef PROP_HEADER #define PROP_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * prop.h */ #ifndef PROP_HEADER #define PROP_HEADER diff -c5pr dstool_tk/src/include/saveload.h dstool-enterprise/src/include/saveload.h *** dstool_tk/src/include/saveload.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/saveload.h 1998-03-12 16:50:13.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: saveload.h,v 1.1 1997/01/07 16:47:14 veran Exp $ */ #ifndef SAVELOAD_HEADER #define SAVELOAD_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * saveload.h */ #ifndef SAVELOAD_HEADER #define SAVELOAD_HEADER diff -c5pr dstool_tk/src/include/symbols.h dstool-enterprise/src/include/symbols.h *** dstool_tk/src/include/symbols.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/symbols.h 1998-03-12 16:50:24.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: symbols.h,v 1.2 1997/04/14 15:50:28 worfolk Exp $ */ #ifndef SYMBOLS_HEADER #define SYMBOLS_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * symbols.h */ #ifndef SYMBOLS_HEADER #define SYMBOLS_HEADER diff -c5pr dstool_tk/src/include/tcl_dstool.h dstool-enterprise/src/include/tcl_dstool.h *** dstool_tk/src/include/tcl_dstool.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/tcl_dstool.h 1998-03-12 16:50:33.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: tcl_dstool.h,v 1.1 1997/01/07 16:47:14 veran Exp $ ! */ /* * tcl_dstool.h - * */ #ifndef TCL_DSTOOL_h #define TCL_DSTOOL_h #include --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * tcl_dstool.h */ + #ifndef TCL_DSTOOL_h #define TCL_DSTOOL_h #include diff -c5pr dstool_tk/src/include/tkPlot.h dstool-enterprise/src/include/tkPlot.h *** dstool_tk/src/include/tkPlot.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/tkPlot.h 1998-03-12 16:50:46.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: tkPlot.h,v 1.3 1997/04/28 14:41:23 worfolk Exp $ ! */ /* * tkPlot.h -- * * Declarations shared among all the files that implement --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * tkPlot.h -- * * Declarations shared among all the files that implement diff -c5pr dstool_tk/src/include/utilities.h dstool-enterprise/src/include/utilities.h *** dstool_tk/src/include/utilities.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/utilities.h 1998-03-12 16:50:53.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: utilities.h,v 1.2 1997/02/21 18:03:34 veran Exp $ ! */ /* * utilities.h * * Header file for declarations of many basic utilities and functions. --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * utilities.h * * Header file for declarations of many basic utilities and functions. diff -c5pr dstool_tk/src/include/version.h dstool-enterprise/src/include/version.h *** dstool_tk/src/include/version.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/version.h 1998-03-12 16:51:01.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: version.h,v 1.2 1997/04/30 16:02:44 worfolk Exp $ ! */ #ifndef VERSION_h #define VERSION_h /* * version.h - * */ extern char PROGRAM_TITLE[]; extern char VERSION[]; extern char BUILD_INFO[]; --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef VERSION_h #define VERSION_h /* * version.h */ extern char PROGRAM_TITLE[]; extern char VERSION[]; extern char BUILD_INFO[]; diff -c5pr dstool_tk/src/include/view.h dstool-enterprise/src/include/view.h *** dstool_tk/src/include/view.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/include/view.h 1998-03-12 16:51:10.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: view.h,v 1.6 1997/05/07 16:29:04 worfolk Exp $ ! */ /* * view.h - * */ #ifndef VIEW_h #define VIEW_h #include "tkPlot.h" #include "memory.h" --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * view.h */ + #ifndef VIEW_h #define VIEW_h #include "tkPlot.h" #include "memory.h" diff -c5pr dstool_tk/src/init/app_init.c dstool-enterprise/src/init/app_init.c *** dstool_tk/src/init/app_init.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/app_init.c 1998-03-12 16:51:50.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: app_init.c,v 1.3 1997/05/07 15:47:04 veran Exp $ ! */ /* * app_init.c * * This procedure should initialize the application and --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * app_init.c * * This procedure should initialize the application and diff -c5pr dstool_tk/src/init/color.c dstool-enterprise/src/init/color.c *** dstool_tk/src/init/color.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/color.c 1998-03-12 16:51:59.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: color.c,v 1.2 1997/01/07 16:49:42 veran Exp $ */ /* * Create COLOR postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * color.c */ /* * Create COLOR postmaster object */ diff -c5pr dstool_tk/src/init/control.c dstool-enterprise/src/init/control.c *** dstool_tk/src/init/control.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/control.c 1998-03-12 16:52:06.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: control.c,v 1.4 1997/05/07 16:29:58 worfolk Exp $ ! */ /* * control.c * * Procedures: --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * control.c * * Procedures: diff -c5pr dstool_tk/src/init/decode_cmd.c dstool-enterprise/src/init/decode_cmd.c *** dstool_tk/src/init/decode_cmd.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/decode_cmd.c 1998-03-12 16:52:14.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: decode_cmd.c,v 1.4 1997/05/07 15:47:04 veran Exp $ ! */ /* * decode_cmd.c - * */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * decode_cmd.c */ #include #include #include diff -c5pr dstool_tk/src/init/defaults.c dstool-enterprise/src/init/defaults.c *** dstool_tk/src/init/defaults.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/defaults.c 1998-03-12 16:52:26.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: defaults.c,v 1.4 1997/04/30 16:05:07 worfolk Exp $ */ /* * Create DEFAULTS postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * defaults.c */ /* * Create DEFAULTS postmaster object */ diff -c5pr dstool_tk/src/init/dstool_init.c dstool-enterprise/src/init/dstool_init.c *** dstool_tk/src/init/dstool_init.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/dstool_init.c 1998-03-12 16:52:37.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: dstool_init.c,v 1.3 1997/05/08 16:00:56 veran Exp $ ! */ /* * dstool_init.c - * */ #include #include "init_local.h" --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * dstool_init.c */ #include #include "init_local.h" diff -c5pr dstool_tk/src/init/gv_install.c dstool-enterprise/src/init/gv_install.c *** dstool_tk/src/init/gv_install.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/gv_install.c 1998-03-12 16:52:49.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: gv_install.c,v 1.5 1997/06/05 18:50:48 worfolk Exp $ */ /* * Create GEOMVIEW postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * gv_install.c */ /* * Create GEOMVIEW postmaster object */ diff -c5pr dstool_tk/src/init/init_local.h dstool-enterprise/src/init/init_local.h *** dstool_tk/src/init/init_local.h 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/init_local.h 2004-09-08 02:23:44.000000000 +1000 *************** *** 1,13 **** /* ! * $Id: init_local.h,v 1.2 1997/05/08 15:51:40 worfolk Exp $ ! */ /* * init_local.h - * */ #ifndef INIT_LOCAL_h #define INIT_LOCAL_h #include --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * init_local.h */ + #ifndef INIT_LOCAL_h #define INIT_LOCAL_h #include *************** void flow_install(void); *** 38,48 **** void prop_install(void); void color_install(void); void mult_install(void); void browser_install(void); void fixed_install(void); ! void man2d_install(void); void porbit_install(void); void defaults_install(void); void geomview_install(void); void parser_install(void); void save_install(void); --- 60,70 ---- void prop_install(void); void color_install(void); void mult_install(void); void browser_install(void); void fixed_install(void); ! void man1d_install(void); void porbit_install(void); void defaults_install(void); void geomview_install(void); void parser_install(void); void save_install(void); diff -c5pr dstool_tk/src/init/manifold.c dstool-enterprise/src/init/manifold.c *** dstool_tk/src/init/manifold.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/manifold.c 1998-03-12 16:53:08.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: manifold.c,v 1.2 1997/01/07 16:49:42 veran Exp $ */ /* * Create MANIFOLD postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * manifold.c */ /* * Create MANIFOLD postmaster object */ diff -c5pr dstool_tk/src/init/memory.c dstool-enterprise/src/init/memory.c *** dstool_tk/src/init/memory.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/memory.c 1998-03-12 16:53:19.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: memory.c,v 1.2 1997/01/07 16:49:42 veran Exp $ */ /* * Create MEMORY postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * memory.c */ /* * Create MEMORY postmaster object */ diff -c5pr dstool_tk/src/init/model_install.c dstool-enterprise/src/init/model_install.c *** dstool_tk/src/init/model_install.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/model_install.c 1998-03-12 16:53:34.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: model_install.c,v 1.3 1997/01/31 21:40:56 worfolk Exp $ */ /* * Create MODEL postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * model_install.c */ /* * Create MODEL postmaster object */ diff -c5pr dstool_tk/src/init/selected.c dstool-enterprise/src/init/selected.c *** dstool_tk/src/init/selected.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/selected.c 1998-03-12 16:53:45.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: selected.c,v 1.3 1997/04/14 18:55:36 worfolk Exp $ */ /* * Create SELECTED postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * selected.c */ /* * Create SELECTED postmaster object */ diff -c5pr dstool_tk/src/init/stop.c dstool-enterprise/src/init/stop.c *** dstool_tk/src/init/stop.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/stop.c 1998-03-12 16:53:53.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: stop.c,v 1.4 1997/05/07 15:47:04 veran Exp $ ! */ /* * stop.c - * */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * stop.c */ #include #include diff -c5pr dstool_tk/src/init/sys_install.c dstool-enterprise/src/init/sys_install.c *** dstool_tk/src/init/sys_install.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/init/sys_install.c 2004-09-08 02:30:27.000000000 +1000 *************** *** 1,19 **** /* ! * $Id: sys_install.c,v 1.4 1997/05/07 15:47:04 veran Exp $ ! */ /* * sys_install.c * * Procedures: * sys_install() * ! * Here we install the postmaster objects ! * which will always exist. * */ #include #include "pm.h" #include "init_local.h" --- 1,41 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * sys_install.c * * Procedures: * sys_install() * ! * Here we install the postmaster objects which will always exist. * */ + #include #include "pm.h" #include "init_local.h" *************** static PFV sys_install_procs[] = { *** 26,36 **** prop_install, color_install, mult_install, browser_install, fixed_install, ! man2d_install, porbit_install, defaults_install, geomview_install, parser_install, save_install, --- 48,58 ---- prop_install, color_install, mult_install, browser_install, fixed_install, ! man1d_install, porbit_install, defaults_install, geomview_install, parser_install, save_install, diff -c5pr dstool_tk/src/Makefile dstool-enterprise/src/Makefile *** dstool_tk/src/Makefile 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/Makefile 2004-09-07 02:32:09.000000000 +1000 *************** *** 10,21 **** include $(CONFIG)/Makefile.defs SUBDIRS = include \ init models parser user saveload view \ postmaster memory \ ! orbit mult browser fixed \ ! porbit man2d \ utilities math_utilities eigen cont PROGNAME = dstool_tk PROG = $(BINDIR)/$(PROGNAME) --- 10,21 ---- include $(CONFIG)/Makefile.defs SUBDIRS = include \ init models parser user saveload view \ postmaster memory \ ! orbit mult browser fixed man1d \ ! porbit \ utilities math_utilities eigen cont PROGNAME = dstool_tk PROG = $(BINDIR)/$(PROGNAME) *************** include $(CONFIG)/Makefile.defs *** 33,48 **** $(LIBDIR)/liborbit.a \ $(LIBDIR)/libinteg.a \ $(LIBDIR)/libiter.a \ $(LIBDIR)/libalg.a \ $(LIBDIR)/libfixed.a \ $(LIBDIR)/libcont.a \ $(LIBDIR)/libbifmodes.a \ $(LIBDIR)/libbrowser.a \ $(LIBDIR)/libsvld.a \ $(LIBDIR)/libparser.a \ - $(LIBDIR)/libman2d.a \ $(LIBDIR)/libpo.a USER_LIBS = \ $(LIBDIR)/libuser.a --- 33,48 ---- $(LIBDIR)/liborbit.a \ $(LIBDIR)/libinteg.a \ $(LIBDIR)/libiter.a \ $(LIBDIR)/libalg.a \ $(LIBDIR)/libfixed.a \ + $(LIBDIR)/lib1dman.a \ $(LIBDIR)/libcont.a \ $(LIBDIR)/libbifmodes.a \ $(LIBDIR)/libbrowser.a \ $(LIBDIR)/libsvld.a \ $(LIBDIR)/libparser.a \ $(LIBDIR)/libpo.a USER_LIBS = \ $(LIBDIR)/libuser.a Only in dstool-enterprise/src: man1d Only in dstool_tk/src: man2d diff -c5pr dstool_tk/src/math_utilities/blas.c dstool-enterprise/src/math_utilities/blas.c *** dstool_tk/src/math_utilities/blas.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/blas.c 1998-03-12 18:07:38.000000000 +1100 *************** *** 1,17 **** /* ! * $Id: blas.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ - /* - blas.c consists of Basic Linear Algebra Subroutines. blas.c is not intended to be a general purpose - BLAS package. It is intended to be an efficient way to handle vectorial problems arising in dynamics. - Since these routines are called many times within nested loops, I have tried - to write them without requiring that they allocate memory. Those routines which return a vector - (eg, proj_vector(), orthog_vector(),...) have been written so that the user must allocate memory - for the object and pass in a pointer to the allocated space. - */ #include #include --- 1,42 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * blas.c ! * ! * blas.c consists of Basic Linear Algebra Subroutines. blas.c is not intended to be a general purpose ! * BLAS package. It is intended to be an efficient way to handle vectorial problems arising in dynamics. ! * Since these routines are called many times within nested loops, I have tried ! * to write them without requiring that they allocate memory. Those routines which return a vector ! * (eg, proj_vector(), orthog_vector(),...) have been written so that the user must allocate memory ! * for the object and pass in a pointer to the allocated space. */ #include #include diff -c5pr dstool_tk/src/math_utilities/dmatrix.c dstool-enterprise/src/math_utilities/dmatrix.c *** dstool_tk/src/math_utilities/dmatrix.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/dmatrix.c 1998-03-12 18:07:57.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: dmatrix.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * dmatrix.c */ #include #include diff -c5pr dstool_tk/src/math_utilities/dvector.c dstool-enterprise/src/math_utilities/dvector.c *** dstool_tk/src/math_utilities/dvector.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/dvector.c 1998-03-12 18:08:09.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: dvector.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * dvector.c */ #include #include diff -c5pr dstool_tk/src/math_utilities/history.c dstool-enterprise/src/math_utilities/history.c *** dstool_tk/src/math_utilities/history.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/history.c 1998-03-12 18:08:21.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: history.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include /* Package to manage a circular list of vectors. */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * history.c */ #include /* Package to manage a circular list of vectors. */ diff -c5pr dstool_tk/src/math_utilities/imatrix.c dstool-enterprise/src/math_utilities/imatrix.c *** dstool_tk/src/math_utilities/imatrix.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/imatrix.c 1998-03-12 18:08:38.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: imatrix.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * imatrix.c */ #include #include diff -c5pr dstool_tk/src/math_utilities/ivector.c dstool-enterprise/src/math_utilities/ivector.c *** dstool_tk/src/math_utilities/ivector.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/ivector.c 1998-03-12 18:08:49.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: ivector.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * ivector.c */ #include #include diff -c5pr dstool_tk/src/math_utilities/jacobian.c dstool-enterprise/src/math_utilities/jacobian.c *** dstool_tk/src/math_utilities/jacobian.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/jacobian.c 1998-03-12 18:09:02.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: jacobian.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * jacobian.c */ #include #include diff -c5pr dstool_tk/src/math_utilities/lubksb.c dstool-enterprise/src/math_utilities/lubksb.c *** dstool_tk/src/math_utilities/lubksb.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/lubksb.c 1998-03-12 18:09:38.000000000 +1100 *************** *** 1,19 **** /* ! * $Id: lubksb.c,v 1.2 1997/01/07 16:42:45 veran Exp $ */ ! /* ! lubksb() performs LU back substitution. This function is taken from NUMERICAL RECIPES, Press, et al, p. 44. This solves a set of n linear equations a.x = b. Here a[0,..n-1][0,..n-1] (Note: our indices are different than those in Press et al!) is input, not as the matrix a, but as its LU decomp, performed by ludcmp. indx[0,..n-1] is input as the permutation vector returned by ludcmp. b[0,...n-1] is input as the RHS vector and upon return it contains the solution vector x. ! */ int lubksb(a,n,indx,b) double **a,b[]; int n,indx[]; --- 1,44 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * lubksb.c */ ! /* lubksb() performs LU back substitution. This function is taken from NUMERICAL RECIPES, Press, et al, p. 44. This solves a set of n linear equations a.x = b. Here a[0,..n-1][0,..n-1] (Note: our indices are different than those in Press et al!) is input, not as the matrix a, but as its LU decomp, performed by ludcmp. indx[0,..n-1] is input as the permutation vector returned by ludcmp. b[0,...n-1] is input as the RHS vector and upon return it contains the solution vector x. ! */ int lubksb(a,n,indx,b) double **a,b[]; int n,indx[]; diff -c5pr dstool_tk/src/math_utilities/ludcmp.c dstool-enterprise/src/math_utilities/ludcmp.c *** dstool_tk/src/math_utilities/ludcmp.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/ludcmp.c 1998-03-12 18:09:52.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: ludcmp.c,v 1.3 1997/05/07 15:49:17 veran Exp $ */ /* ludcmp() performs an LU decomposition on a matrix. This function is taken from NUMERICAL RECIPES, Press et al, p. 43. --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * ludcmp.c */ /* ludcmp() performs an LU decomposition on a matrix. This function is taken from NUMERICAL RECIPES, Press et al, p. 43. diff -c5pr dstool_tk/src/math_utilities/manifold.c dstool-enterprise/src/math_utilities/manifold.c *** dstool_tk/src/math_utilities/manifold.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/manifold.c 1998-03-12 18:10:02.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: manifold.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * manifold.c */ #include #include diff -c5pr dstool_tk/src/math_utilities/random.c dstool-enterprise/src/math_utilities/random.c *** dstool_tk/src/math_utilities/random.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/random.c 1998-03-12 18:10:17.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: random.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * random.c */ #include #include #include diff -c5pr dstool_tk/src/math_utilities/vector.c dstool-enterprise/src/math_utilities/vector.c *** dstool_tk/src/math_utilities/vector.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/math_utilities/vector.c 1998-03-12 18:10:27.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: vector.c,v 1.2 1997/01/07 16:52:45 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * vector.c */ #include #include diff -c5pr dstool_tk/src/memory/mem_prims.c dstool-enterprise/src/memory/mem_prims.c *** dstool_tk/src/memory/mem_prims.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/memory/mem_prims.c 1998-03-12 18:11:03.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: mem_prims.c,v 1.3 1997/05/07 16:52:05 veran Exp $ ! */ /* * paw 11/10/90 * dstool * --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * paw 11/10/90 * dstool * diff -c5pr dstool_tk/src/memory/memory.c dstool-enterprise/src/memory/memory.c *** dstool_tk/src/memory/memory.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/memory/memory.c 1998-03-12 18:11:10.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: memory.c,v 1.3 1997/05/07 16:52:05 veran Exp $ ! */ /* * memory.c * * paw 11/9/90 --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * memory.c * * paw 11/9/90 diff -c5pr dstool_tk/src/memory/memory_local.h dstool-enterprise/src/memory/memory_local.h *** dstool_tk/src/memory/memory_local.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/memory/memory_local.h 1998-03-12 18:11:18.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: memory_local.h,v 1.1 1997/05/07 16:52:05 veran Exp $ ! */ #ifndef MEMORY_LOCAL_h #define MEMORY_LOCAL_h /* --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef MEMORY_LOCAL_h #define MEMORY_LOCAL_h /* diff -c5pr dstool_tk/src/models/central_def.c dstool-enterprise/src/models/central_def.c *** dstool_tk/src/models/central_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/central_def.c 1998-03-12 18:11:54.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: central_def.c,v 1.4 1997/06/05 18:25:59 worfolk Exp $ */ #include /* central force problem */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * central_def.c */ #include /* central force problem */ diff -c5pr dstool_tk/src/models/cubic_def.c dstool-enterprise/src/models/cubic_def.c *** dstool_tk/src/models/cubic_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/cubic_def.c 1998-03-12 18:12:05.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: cubic_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include /* planar cubic system --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * cubic_def.c */ #include /* planar cubic system diff -c5pr dstool_tk/src/models/d3_symm_def.c dstool-enterprise/src/models/d3_symm_def.c *** dstool_tk/src/models/d3_symm_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/d3_symm_def.c 1998-03-12 18:12:17.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: d3_symm_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include /* This is a mapping from the complex plane to itself --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * d3_symm_def.c */ #include /* This is a mapping from the complex plane to itself diff -c5pr dstool_tk/src/models/d4_def.c dstool-enterprise/src/models/d4_def.c *** dstool_tk/src/models/d4_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/d4_def.c 1998-03-12 18:12:31.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: d4_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include /* A dissipative vector field which is symmetric --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * d4_def.c */ #include /* A dissipative vector field which is symmetric diff -c5pr dstool_tk/src/models/db_toroid_def.c dstool-enterprise/src/models/db_toroid_def.c *** dstool_tk/src/models/db_toroid_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/db_toroid_def.c 1998-03-12 18:13:00.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: db_toroid_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ ! /* ! * dstool (Version 1.1) - automatically generated model file ! * Patrick A. Worfolk, 313 Sage Hall, 255-4195 ! * Sat Sep 26 12:57:02 1992 */ #include /* x' = a*(1.5-z)*x*(x^2-8)/16+b*z*(alpha*axby*(8-axby*axby)/16-beta*bxay) y' = a*(1.5-z)*y+b*z*(beta*axby*(8-axby*axby)/116+alpha*bxay) --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * db_toroid_def.c */ + #include /* x' = a*(1.5-z)*x*(x^2-8)/16+b*z*(alpha*axby*(8-axby*axby)/16-beta*bxay) y' = a*(1.5-z)*y+b*z*(beta*axby*(8-axby*axby)/116+alpha*bxay) diff -c5pr dstool_tk/src/models/dbl_pend_def.c dstool-enterprise/src/models/dbl_pend_def.c *** dstool_tk/src/models/dbl_pend_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/dbl_pend_def.c 1998-03-12 18:13:12.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: dbl_pend_def.c,v 1.4 1997/06/05 18:26:26 worfolk Exp $ */ #include /* --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * dbl_pend_def.c */ #include /* diff -c5pr dstool_tk/src/models/duffing_def.c dstool-enterprise/src/models/duffing_def.c *** dstool_tk/src/models/duffing_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/duffing_def.c 1998-03-12 18:13:28.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: duffing_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ ! /* ! * dstool (Version 1.1) - automatically generated model file ! * Sat Sep 26 11:32:06 1992 */ #include /* u' = v v' = u*(beta-u*u)-delta*v+gamma*cos(theta) --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * duffing_def.c */ + #include /* u' = v v' = u*(beta-u*u)-delta*v+gamma*cos(theta) diff -c5pr dstool_tk/src/models/fixed_top_def.c dstool-enterprise/src/models/fixed_top_def.c *** dstool_tk/src/models/fixed_top_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/fixed_top_def.c 1998-03-12 18:13:40.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: fixed_top_def.c,v 1.4 1997/06/05 18:45:29 worfolk Exp $ */ #include /* spinning top with one pont fixed */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * fixed_top_def.c */ #include /* spinning top with one pont fixed */ diff -c5pr dstool_tk/src/models/four_parm_def.c dstool-enterprise/src/models/four_parm_def.c *** dstool_tk/src/models/four_parm_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/four_parm_def.c 1998-03-12 18:14:22.000000000 +1100 *************** *** 1,12 **** ! /* ! * $Id: four_parm_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ ! ! ! /* ------------------------------------------------------------------------------ ! This program is the property of: Cornell University Center of Applied Mathematics Ithaca, NY 14853 --- 1,6 ---- ! /* This program is the property of: Cornell University Center of Applied Mathematics Ithaca, NY 14853 *************** restrictions: *** 25,36 **** dstool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. The software is provided as is without any obligation on the part of Cornell faculty, staff or students to assist in its use, correction, modification or enhancement. ! -------------------------------------------------------------------------------- */ #include /* ------------------------------------------------------------------------ function used to define the vector field or map ------------------------------------------------------------------------ */ --- 19,34 ---- dstool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. The software is provided as is without any obligation on the part of Cornell faculty, staff or students to assist in its use, correction, modification or enhancement. + */ ! /* ! * four_param_def.c ! */ ! #include /* ------------------------------------------------------------------------ function used to define the vector field or map ------------------------------------------------------------------------ */ diff -c5pr dstool_tk/src/models/fw_def.c dstool-enterprise/src/models/fw_def.c *** dstool_tk/src/models/fw_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/fw_def.c 1998-03-12 18:14:37.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: fw_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ ! /* ! * dstool (Version 1.1) - automatically generated model file ! * Patrick A. Worfolk, 313 Sage Hall, 255-4195 ! * Fri Sep 25 15:22:09 1992 */ #include /* x' = x*(d*wsqr+c*zsqr+b*ysqr+a*rsqr+l)+ezw*y y' = y*(l+a*rsqr+b*zsqr+c*wsqr+d*xsqr)-ezw*x --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * fw_def.c */ + #include /* x' = x*(d*wsqr+c*zsqr+b*ysqr+a*rsqr+l)+ezw*y y' = y*(l+a*rsqr+b*zsqr+c*wsqr+d*xsqr)-ezw*x diff -c5pr dstool_tk/src/models/henon_def.c dstool-enterprise/src/models/henon_def.c *** dstool_tk/src/models/henon_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/henon_def.c 1998-03-12 18:14:54.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: henon_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include - /* - complex henon map - /* /* ------------------------------------------------------------------------ proc used to define the vector field or map ------------------------------------------------------------------------ */ int henon( double* y, double* x, double* p ) --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * henon_def.c */ #include /* ------------------------------------------------------------------------ proc used to define the vector field or map ------------------------------------------------------------------------ */ int henon( double* y, double* x, double* p ) diff -c5pr dstool_tk/src/models/hh_def.c dstool-enterprise/src/models/hh_def.c *** dstool_tk/src/models/hh_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/hh_def.c 1998-03-12 18:15:05.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: hh_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * hh_def.c */ #include #include diff -c5pr dstool_tk/src/models/kotmap_def.c dstool-enterprise/src/models/kotmap_def.c *** dstool_tk/src/models/kotmap_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/kotmap_def.c 1998-03-12 18:15:21.000000000 +1100 *************** *** 1,9 **** /* ! * $Id: kotmap_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ #include #include /* A mapping on the two-dimensional torus, ie, the unit --- 1,34 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ + /* + * kotmap_def.c + */ #include #include /* A mapping on the two-dimensional torus, ie, the unit diff -c5pr dstool_tk/src/models/logistic_def.c dstool-enterprise/src/models/logistic_def.c *** dstool_tk/src/models/logistic_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/logistic_def.c 1998-03-12 18:15:39.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: logistic_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ ! /* ! * dstool (Floor Version) - automatically generated model file ! * Patrick A. Worfolk, 313 Sage Hall, 255-4195 ! * Fri Sep 25 13:52:18 1992 */ #include /* x' = mu*x*(1-x) --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * logistic_def.c */ + #include /* x' = mu*x*(1-x) diff -c5pr dstool_tk/src/models/lorenz_def.c dstool-enterprise/src/models/lorenz_def.c *** dstool_tk/src/models/lorenz_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/lorenz_def.c 1998-03-12 18:15:52.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: lorenz_def.c,v 1.4 1997/05/08 16:15:12 veran Exp $ */ /* The Lorenz Dynamical System --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * lorenz_def.c */ /* The Lorenz Dynamical System diff -c5pr dstool_tk/src/models/mathieu_def.c dstool-enterprise/src/models/mathieu_def.c *** dstool_tk/src/models/mathieu_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/mathieu_def.c 1998-03-12 18:16:03.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: mathieu_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include /* --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * mathieu_def.c */ #include /* diff -c5pr dstool_tk/src/models/modellib_def.c dstool-enterprise/src/models/modellib_def.c *** dstool_tk/src/models/modellib_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/modellib_def.c 1998-03-12 18:16:17.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: modellib_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ /* This is a configuration file for dynamical systems */ #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * modellib_def.c */ /* This is a configuration file for dynamical systems */ #include diff -c5pr dstool_tk/src/models/models.c dstool-enterprise/src/models/models.c *** dstool_tk/src/models/models.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/models.c 1998-03-12 18:16:26.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: models.c,v 1.6 1997/05/08 16:15:12 veran Exp $ */ /* code to setup a new model */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * models.c */ /* code to setup a new model */ diff -c5pr dstool_tk/src/models/pend1d_def.c dstool-enterprise/src/models/pend1d_def.c *** dstool_tk/src/models/pend1d_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/pend1d_def.c 1998-03-12 18:16:37.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: pend1d_def.c,v 1.4 1997/06/05 18:27:06 worfolk Exp $ */ #include /* 1 dof damped driven pendulum */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * pend1d_def.c */ #include /* 1 dof damped driven pendulum */ diff -c5pr dstool_tk/src/models/pert_dt_def.c dstool-enterprise/src/models/pert_dt_def.c *** dstool_tk/src/models/pert_dt_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/pert_dt_def.c 1998-03-12 18:16:51.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: pert_dt_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ ! /* ! * dstool (Version 1.1) - automatically generated model file ! * Patrick A. Worfolk, 313 Sage Hall, 255-4195 ! * Sat Sep 26 12:57:02 1992 */ #include "model_headers.h" /* x' = a*(1.5-z)*(-dH/dy)+b*z*(alpha*axby*(8-axby*axby)/16-beta*bxay) y' = a*(1.5-z)*(cy+dH/dx)+b*z*(beta*axby*(8-axby*axby)/116+alpha*bxay) --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * pert_dt_def.c */ + #include "model_headers.h" /* x' = a*(1.5-z)*(-dH/dy)+b*z*(alpha*axby*(8-axby*axby)/16-beta*bxay) y' = a*(1.5-z)*(cy+dH/dx)+b*z*(beta*axby*(8-axby*axby)/116+alpha*bxay) diff -c5pr dstool_tk/src/models/plate_def.c dstool-enterprise/src/models/plate_def.c *** dstool_tk/src/models/plate_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/plate_def.c 1998-03-12 18:17:02.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: plate_def.c,v 1.4 1997/06/05 18:45:46 worfolk Exp $ */ #include /* oscillating plate */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * plate_def.c */ #include /* oscillating plate */ diff -c5pr dstool_tk/src/models/restrict3pl_def.c dstool-enterprise/src/models/restrict3pl_def.c *** dstool_tk/src/models/restrict3pl_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/restrict3pl_def.c 1998-03-12 18:17:20.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: restrict3pl_def.c,v 1.4 1997/06/05 18:27:39 worfolk Exp $ ! */ ! /* ! * DsTool (Test Version 2.0) - automatically generated model file ! * Patrick Worfolk ! * Thu Oct 19 11:24:28 1995 */ #include "model_headers.h" /* x' = vx y' = vy --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * restrict3pl_def.c */ + #include "model_headers.h" /* x' = vx y' = vy diff -c5pr dstool_tk/src/models/restrict3rpl_def.c dstool-enterprise/src/models/restrict3rpl_def.c *** dstool_tk/src/models/restrict3rpl_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/restrict3rpl_def.c 1998-03-12 18:17:43.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: restrict3rpl_def.c,v 1.4 1997/06/05 18:28:14 worfolk Exp $ ! */ ! /* ! * DsTool (Test Version 2.0) - automatically generated model file ! * Patrick Worfolk ! * Thu Oct 19 11:24:28 1995 */ #include /* x' = vx y' = vy --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * restrict3rpl_def.c */ + #include /* x' = vx y' = vy diff -c5pr dstool_tk/src/models/rla_def.c dstool-enterprise/src/models/rla_def.c *** dstool_tk/src/models/rla_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/rla_def.c 1998-03-12 18:18:07.000000000 +1100 *************** *** 1,11 **** ! /* ! * $Id: rla_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ ! */ ! ! /* ------------------------------------------------------------------------------ ! This program is the property of: Cornell University Center of Applied Mathematics Ithaca, NY 14853 --- 1,6 ---- ! /* This program is the property of: Cornell University Center of Applied Mathematics Ithaca, NY 14853 *************** restrictions: *** 24,35 **** dstool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. The software is provided as is without any obligation on the part of Cornell faculty, staff or students to assist in its use, correction, modification or enhancement. - -------------------------------------------------------------------------------- */ #include "model_headers.h" /* ------------------------------------------------------------------------ function used to define the vector field or map ------------------------------------------------------------------------ */ --- 19,34 ---- dstool is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. The software is provided as is without any obligation on the part of Cornell faculty, staff or students to assist in its use, correction, modification or enhancement. + */ + + /* + * rla_def.c + */ #include "model_headers.h" /* ------------------------------------------------------------------------ function used to define the vector field or map ------------------------------------------------------------------------ */ diff -c5pr dstool_tk/src/models/smp_torus_def.c dstool-enterprise/src/models/smp_torus_def.c *** dstool_tk/src/models/smp_torus_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/smp_torus_def.c 1998-03-12 18:18:21.000000000 +1100 *************** *** 1,9 **** /* ! * $Id: smp_torus_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include /* A mapping on the two-dimensional torus, ie, the unit square with edges identified. The mapping is defined by --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * smp_torus_def.c */ + #include /* A mapping on the two-dimensional torus, ie, the unit square with edges identified. The mapping is defined by diff -c5pr dstool_tk/src/models/standard_def.c dstool-enterprise/src/models/standard_def.c *** dstool_tk/src/models/standard_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/standard_def.c 1998-03-12 18:18:33.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: standard_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include /* --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * standard_def.c */ #include /* diff -c5pr dstool_tk/src/models/symm_red_def.c dstool-enterprise/src/models/symm_red_def.c *** dstool_tk/src/models/symm_red_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/symm_red_def.c 1998-03-12 18:18:44.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: symm_red_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ /* ------------------------------------------------------------------------------ Reference: Guckenheimer and Mahalov, Phys. Rev. Lett. 68, 2257-2260 (1992) -------------------------------------------------------------------------------- */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * symm_red_def.c */ /* ------------------------------------------------------------------------------ Reference: Guckenheimer and Mahalov, Phys. Rev. Lett. 68, 2257-2260 (1992) -------------------------------------------------------------------------------- */ diff -c5pr dstool_tk/src/models/vdpol_def.c dstool-enterprise/src/models/vdpol_def.c *** dstool_tk/src/models/vdpol_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/models/vdpol_def.c 1998-03-12 18:18:56.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: vdpol_def.c,v 1.3 1997/05/08 16:15:12 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * vdpol_def.c */ #include #include diff -c5pr dstool_tk/src/models/z2z2_def.c dstool-enterprise/src/models/z2z2_def.c *** dstool_tk/src/models/z2z2_def.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/models/z2z2_def.c 1998-03-12 18:19:13.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: z2z2_def.c,v 1.4 1997/05/08 16:15:12 veran Exp $ */ #include /* Z2 x Z2 symmetric system*/ /* This system is a reduction of the equations describing interacting --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * z2z2_def.c */ #include /* Z2 x Z2 symmetric system*/ /* This system is a reduction of the equations describing interacting diff -c5pr dstool_tk/src/mult/mult_go.c dstool-enterprise/src/mult/mult_go.c *** dstool_tk/src/mult/mult_go.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/mult/mult_go.c 1998-03-12 18:20:08.000000000 +1100 *************** *** 1,10 **** /* ! * $Id: mult_go.c,v 1.7 1997/05/09 22:22:13 worfolk Exp $ ! */ ! /* * * Computational routines for mult panel. * */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * mult_go.c * * Computational routines for mult panel. * */ diff -c5pr dstool_tk/src/mult/mult_install.c dstool-enterprise/src/mult/mult_install.c *** dstool_tk/src/mult/mult_install.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/mult/mult_install.c 1998-03-12 18:20:21.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: mult_install.c,v 1.3 1997/05/08 18:44:03 veran Exp $ */ /* * Create MULT postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * mult_install.c */ /* * Create MULT postmaster object */ diff -c5pr dstool_tk/src/mult/mult_local.h dstool-enterprise/src/mult/mult_local.h *** dstool_tk/src/mult/mult_local.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/mult/mult_local.h 1998-03-12 18:20:30.000000000 +1100 *************** *** 1,13 **** /* - * $Id: mult_local.h,v 1.2 1997/05/08 18:44:03 veran Exp $ - */ - - /* * mult_local.h - * */ #ifndef MULT_LOCAL_h #define MULT_LOCAL_h void mult_forwards(void); void mult_backwards(void); --- 1,9 ---- /* * mult_local.h */ + #ifndef MULT_LOCAL_h #define MULT_LOCAL_h void mult_forwards(void); void mult_backwards(void); diff -c5pr dstool_tk/src/mult/mult_proj.c dstool-enterprise/src/mult/mult_proj.c *** dstool_tk/src/mult/mult_proj.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/mult/mult_proj.c 1998-03-12 18:21:02.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: mult_proj.c,v 1.5 1997/05/08 18:44:03 veran Exp $ ! */ ! /* * This is the file which allows the user to add * projection functions to the multiple orbit window. * */ #include #include #include "mult_proj.h" #include "constants.h" --- 1,39 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * mult_proj.c ! * * This is the file which allows the user to add * projection functions to the multiple orbit window. * */ + #include #include #include "mult_proj.h" #include "constants.h" diff -c5pr dstool_tk/src/orbit/algorithms/ab4.c dstool-enterprise/src/orbit/algorithms/ab4.c *** dstool_tk/src/orbit/algorithms/ab4.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/algorithms/ab4.c 1998-03-12 18:23:57.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * ab4.c + */ + #include #include #include "math.h" #include "constants.h" diff -c5pr dstool_tk/src/orbit/algorithms/algorithms_local.h dstool-enterprise/src/orbit/algorithms/algorithms_local.h *** dstool_tk/src/orbit/algorithms/algorithms_local.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/algorithms/algorithms_local.h 1998-03-12 18:24:24.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: algorithms_local.h,v 1.2 1997/05/12 15:46:26 veran Exp $ ! */ ! ! /* * algorithms_local.h - * */ #ifndef _ALGORITHMS_LOCAL_h_ #define _ALGORITHMS_LOCAL_h_ #include --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * algorithms_local.h */ + #ifndef _ALGORITHMS_LOCAL_h_ #define _ALGORITHMS_LOCAL_h_ #include diff -c5pr dstool_tk/src/orbit/algorithms/bs.c dstool-enterprise/src/orbit/algorithms/bs.c *** dstool_tk/src/orbit/algorithms/bs.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/algorithms/bs.c 1998-03-12 18:24:34.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * bs.c + */ + #include #include #include #include "constants.h" diff -c5pr dstool_tk/src/orbit/algorithms/euler.c dstool-enterprise/src/orbit/algorithms/euler.c *** dstool_tk/src/orbit/algorithms/euler.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/algorithms/euler.c 1998-03-12 18:24:50.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * euler.c + */ + #include #include #include "constants.h" #include "prop.h" diff -c5pr dstool_tk/src/orbit/algorithms/rk4.c dstool-enterprise/src/orbit/algorithms/rk4.c *** dstool_tk/src/orbit/algorithms/rk4.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/algorithms/rk4.c 1998-03-12 18:25:02.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * rk4.c + */ + #include #include #include "constants.h" #include "prop.h" diff -c5pr dstool_tk/src/orbit/algorithms/rk78.c dstool-enterprise/src/orbit/algorithms/rk78.c *** dstool_tk/src/orbit/algorithms/rk78.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/algorithms/rk78.c 1998-03-12 18:25:17.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * rk78.c + */ + #include #include #include #include "constants.h" diff -c5pr dstool_tk/src/orbit/algorithms/rkqc.c dstool-enterprise/src/orbit/algorithms/rkqc.c *** dstool_tk/src/orbit/algorithms/rkqc.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/algorithms/rkqc.c 1998-03-12 18:25:28.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * rkqc.c + */ + #include #include #include #include "constants.h" diff -c5pr dstool_tk/src/orbit/compute_orb.c dstool-enterprise/src/orbit/compute_orb.c *** dstool_tk/src/orbit/compute_orb.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/compute_orb.c 1998-03-12 18:22:14.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: compute_orb.c,v 1.6 1997/05/09 22:19:52 worfolk Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * compute_orb.c */ #include #include diff -c5pr dstool_tk/src/orbit/flow.c dstool-enterprise/src/orbit/flow.c *** dstool_tk/src/orbit/flow.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/flow.c 1998-03-12 18:22:23.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: flow.c,v 1.2 1997/01/07 16:58:28 veran Exp $ ! */ /* * flow.c * * Procedures: --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * flow.c * * Procedures: diff -c5pr dstool_tk/src/orbit/flow_install.c dstool-enterprise/src/orbit/flow_install.c *** dstool_tk/src/orbit/flow_install.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/flow_install.c 1998-03-12 18:22:32.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: flow_install.c,v 1.4 1997/05/07 16:32:05 worfolk Exp $ */ /* * Create FLOW postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * flow_install.c */ /* * Create FLOW postmaster object */ diff -c5pr dstool_tk/src/orbit/integration/integrate.c dstool-enterprise/src/orbit/integration/integrate.c *** dstool_tk/src/orbit/integration/integrate.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/integration/integrate.c 1998-03-12 18:25:55.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * integrate.c + */ + #include #include #include #include #include diff -c5pr dstool_tk/src/orbit/integration/integrate_local.h dstool-enterprise/src/orbit/integration/integrate_local.h *** dstool_tk/src/orbit/integration/integrate_local.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/integration/integrate_local.h 1998-03-12 18:26:14.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: integrate_local.h,v 1.1 1997/05/09 15:25:07 veran Exp $ ! */ ! ! /* * integrate_local.h - * */ #ifndef _INTEGRATE_LOCAL_h_ #define _INTEGRATE_LOCAL_h_ /* ode_nstop.c */ int get_total_fstop( struct Prop_DataS* integ_cntl ); --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * integrate_local.h */ + #ifndef _INTEGRATE_LOCAL_h_ #define _INTEGRATE_LOCAL_h_ /* ode_nstop.c */ int get_total_fstop( struct Prop_DataS* integ_cntl ); diff -c5pr dstool_tk/src/orbit/integration/last_step.c dstool-enterprise/src/orbit/integration/last_step.c *** dstool_tk/src/orbit/integration/last_step.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/integration/last_step.c 1998-03-12 18:26:26.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * last_step.c + */ + #include #include #include "constants.h" #include "defaults.h" diff -c5pr dstool_tk/src/orbit/integration/ode_nsteps.c dstool-enterprise/src/orbit/integration/ode_nsteps.c *** dstool_tk/src/orbit/integration/ode_nsteps.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/integration/ode_nsteps.c 1998-03-12 18:26:39.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * ode_nsteps.c + */ + #include #include #include #include "utilities.h" diff -c5pr dstool_tk/src/orbit/integration/ode_poincare.c dstool-enterprise/src/orbit/integration/ode_poincare.c *** dstool_tk/src/orbit/integration/ode_poincare.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/integration/ode_poincare.c 1998-03-12 18:26:52.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * ode_poincare.c + */ + #include #include #include #include "constants.h" diff -c5pr dstool_tk/src/orbit/integration/ode_stop.c dstool-enterprise/src/orbit/integration/ode_stop.c *** dstool_tk/src/orbit/integration/ode_stop.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/integration/ode_stop.c 1998-03-12 18:27:04.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * ode_stop.c + */ + #include #include #include "constants.h" #include "defaults.h" diff -c5pr dstool_tk/src/orbit/integration/ode_time.c dstool-enterprise/src/orbit/integration/ode_time.c *** dstool_tk/src/orbit/integration/ode_time.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/integration/ode_time.c 1998-03-12 18:27:17.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * ode_time.c + */ + #include #include #include #include "constants.h" diff -c5pr dstool_tk/src/orbit/iteration/iter_back.c dstool-enterprise/src/orbit/iteration/iter_back.c *** dstool_tk/src/orbit/iteration/iter_back.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/iteration/iter_back.c 1998-03-12 18:28:03.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: iter_back.c,v 1.5 1997/05/12 15:47:03 veran Exp $ */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * iter_back.c */ #include #include diff -c5pr dstool_tk/src/orbit/iteration/iter_forw.c dstool-enterprise/src/orbit/iteration/iter_forw.c *** dstool_tk/src/orbit/iteration/iter_forw.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/iteration/iter_forw.c 1998-03-12 18:28:15.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: iter_forw.c,v 1.2 1997/05/12 15:47:03 veran Exp $ */ #include "manifold.h" #include "iterate.h" --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * iter_forw.c */ #include "manifold.h" #include "iterate.h" diff -c5pr dstool_tk/src/orbit/iteration/iterate.c dstool-enterprise/src/orbit/iteration/iterate.c *** dstool_tk/src/orbit/iteration/iterate.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/iteration/iterate.c 1998-03-12 18:28:30.000000000 +1100 *************** *** 1,5 **** --- 1,35 ---- + /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* + * iterate.c + */ + #include #include #include "constants.h" #include "complib.h" diff -c5pr dstool_tk/src/orbit/iteration/map.c dstool-enterprise/src/orbit/iteration/map.c *** dstool_tk/src/orbit/iteration/map.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/iteration/map.c 1998-03-12 18:28:40.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: map.c,v 1.2 1997/05/12 15:47:03 veran Exp $ ! */ /* * map.c * * map_init() - * */ #include #include "pm.h" #include "prop.h" #include "constants.h" --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * map.c * * map_init() */ + #include #include "pm.h" #include "prop.h" #include "constants.h" diff -c5pr dstool_tk/src/orbit/load_int.c dstool-enterprise/src/orbit/load_int.c *** dstool_tk/src/orbit/load_int.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/load_int.c 1998-03-12 18:22:43.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: load_int.c,v 1.5 1997/05/12 15:45:41 veran Exp $ ! */ /* * load_int.c * * code to setup a new integrator - * */ #include #include "prop.h" --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * load_int.c * * code to setup a new integrator */ #include #include "prop.h" diff -c5pr dstool_tk/src/orbit/prop_def.c dstool-enterprise/src/orbit/prop_def.c *** dstool_tk/src/orbit/prop_def.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/prop_def.c 1998-03-12 18:22:55.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: prop_def.c,v 1.3 1997/05/09 21:57:06 worfolk Exp $ */ #include #include #include "algorithms/algorithms_local.h" --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * prop_def.c */ #include #include #include "algorithms/algorithms_local.h" diff -c5pr dstool_tk/src/orbit/prop_install.c dstool-enterprise/src/orbit/prop_install.c *** dstool_tk/src/orbit/prop_install.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/prop_install.c 1998-03-12 18:23:06.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: prop_install.c,v 1.4 1997/02/04 16:33:28 worfolk Exp $ */ /* * Create PROP postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * prop_install.c */ /* * Create PROP postmaster object */ diff -c5pr dstool_tk/src/orbit/symbols_def.c dstool-enterprise/src/orbit/symbols_def.c *** dstool_tk/src/orbit/symbols_def.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/symbols_def.c 1998-03-12 18:23:17.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: symbols_def.c,v 1.2 1997/01/07 16:58:28 veran Exp $ */ #ifndef SYMBOLS_DEF_HEADER #define SYMBOLS_DEF_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * symbols_def.c */ #ifndef SYMBOLS_DEF_HEADER #define SYMBOLS_DEF_HEADER diff -c5pr dstool_tk/src/orbit/traj_mem_orb.c dstool-enterprise/src/orbit/traj_mem_orb.c *** dstool_tk/src/orbit/traj_mem_orb.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/orbit/traj_mem_orb.c 1998-03-12 18:23:29.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: traj_mem_orb.c,v 1.2 1997/01/07 16:58:28 veran Exp $ */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * traj_mem_orb.c */ #include #include #include diff -c5pr dstool_tk/src/parser/parser.h dstool-enterprise/src/parser/parser.h *** dstool_tk/src/parser/parser.h 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser.h 1998-03-12 18:29:11.000000000 +1100 *************** *** 1,17 **** /* ! * $Id: parser.h,v 1.4 1997/04/02 21:53:19 worfolk Exp $ ! */ #ifndef PARSER_h #define PARSER_h /* * parser.h * * The header file for the parser/symbolic dynamical system library - * */ #include #define PARSER_OK 2 --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef PARSER_h #define PARSER_h /* * parser.h * * The header file for the parser/symbolic dynamical system library */ #include #define PARSER_OK 2 diff -c5pr dstool_tk/src/parser/parser_defs.h dstool-enterprise/src/parser/parser_defs.h *** dstool_tk/src/parser/parser_defs.h 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_defs.h 1998-03-12 18:29:23.000000000 +1100 *************** *** 1,18 **** /* ! * $Id: parser_defs.h,v 1.4 1997/04/02 21:52:29 worfolk Exp $ ! */ #ifndef PARSER_DEFS_h #define PARSER_DEFS_h /* * parser_defs.h * * The header file for the parser/symbolic dynamical system library * */ #include #include #include #include --- 1,41 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef PARSER_DEFS_h #define PARSER_DEFS_h /* * parser_defs.h * * The header file for the parser/symbolic dynamical system library * */ + #include #include #include #include diff -c5pr dstool_tk/src/parser/parser_ds_def.c dstool-enterprise/src/parser/parser_ds_def.c *** dstool_tk/src/parser/parser_ds_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_ds_def.c 1998-03-12 18:29:33.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: parser_ds_def.c,v 1.7 1997/04/16 16:08:24 worfolk Exp $ ! */ /* * parser_ds_def.c * * parser model definition file * */ #include #include "parser_defs.h" #include "parser.h" #include "constants.h" --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * parser_ds_def.c * * parser model definition file * */ + #include #include "parser_defs.h" #include "parser.h" #include "constants.h" diff -c5pr dstool_tk/src/parser/parser_inst.c dstool-enterprise/src/parser/parser_inst.c *** dstool_tk/src/parser/parser_inst.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_inst.c 1998-03-12 18:29:43.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: parser_inst.c,v 1.9 1997/06/05 18:51:44 veran Exp $ ! */ /* * parser_inst.c - * */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * parser_inst.c */ #include #include #include diff -c5pr dstool_tk/src/parser/parser_main.c dstool-enterprise/src/parser/parser_main.c *** dstool_tk/src/parser/parser_main.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_main.c 1998-03-12 18:29:55.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: parser_main.c,v 1.6 1997/04/25 18:48:57 worfolk Exp $ ! */ /* ! * TOP LEVEL ROUTINES FOR THE DYNAMICAL SYSTEM PARSER ! * ! * ! * */ #include #include "parser.h" #include "parser_defs.h" #include "parser_ops.h" #include "parser_prims.h" --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* ! * parser_main.c */ + #include #include "parser.h" #include "parser_defs.h" #include "parser_ops.h" #include "parser_prims.h" diff -c5pr dstool_tk/src/parser/parser_ops.c dstool-enterprise/src/parser/parser_ops.c *** dstool_tk/src/parser/parser_ops.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_ops.c 1998-03-12 18:30:04.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: parser_ops.c,v 1.3 1997/04/02 21:51:51 worfolk Exp $ ! */ /* * parser_ops.c * * The operational routines in the parser/symbolic ds package */ #include #include #include "parser_ops.h" #include "parser_defs.h" --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * parser_ops.c * * The operational routines in the parser/symbolic ds package */ + #include #include #include "parser_ops.h" #include "parser_defs.h" diff -c5pr dstool_tk/src/parser/parser_ops.h dstool-enterprise/src/parser/parser_ops.h *** dstool_tk/src/parser/parser_ops.h 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_ops.h 1998-03-12 18:30:12.000000000 +1100 *************** *** 1,17 **** /* ! * $Id: parser_ops.h,v 1.3 1997/04/02 21:52:17 worfolk Exp $ ! */ #ifndef PARSER_OPS_h #define PARSER_OPS_h /* * parser_ops.h * * The operational routines in the parser/symbolic ds package */ #include #include "parser_defs.h" int p_scanner(s_ds ds,char* s, int flag); --- 1,40 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ #ifndef PARSER_OPS_h #define PARSER_OPS_h /* * parser_ops.h * * The operational routines in the parser/symbolic ds package */ + #include #include "parser_defs.h" int p_scanner(s_ds ds,char* s, int flag); diff -c5pr dstool_tk/src/parser/parser_prims.c dstool-enterprise/src/parser/parser_prims.c *** dstool_tk/src/parser/parser_prims.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_prims.c 1998-03-12 18:30:21.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: parser_prims.c,v 1.3 1997/04/02 21:52:43 worfolk Exp $ ! */ /* * parser_prims.c * * The low level routines in the parser/symbolic ds package */ #include #include "parser_defs.h" /* define the unary operator dictionary and index */ char *uop_dict[] = { --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * parser_prims.c * * The low level routines in the parser/symbolic ds package */ + #include #include "parser_defs.h" /* define the unary operator dictionary and index */ char *uop_dict[] = { diff -c5pr dstool_tk/src/parser/parser_prims.h dstool-enterprise/src/parser/parser_prims.h *** dstool_tk/src/parser/parser_prims.h 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/parser_prims.h 1998-03-12 18:30:30.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: parser_prims.h,v 1.2 1997/04/02 21:53:01 worfolk Exp $ ! */ /* * parser_prims.h * * The low level routines in the parser/symbolic ds package */ #include int ismathc(char c); token_str *p_create_token_str(char* str); int p_push_token_str(token_str** pstack, token_str* ts); --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * parser_prims.h * * The low level routines in the parser/symbolic ds package */ + #include int ismathc(char c); token_str *p_create_token_str(char* str); int p_push_token_str(token_str** pstack, token_str* ts); diff -c5pr dstool_tk/src/parser/sign.c dstool-enterprise/src/parser/sign.c *** dstool_tk/src/parser/sign.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/parser/sign.c 1998-03-12 18:30:52.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: sign.c,v 1.3 1997/03/18 20:30:17 worfolk Exp $ ! */ /* * dstool paw 3/11/93 * * define the function: sign(x) --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * dstool paw 3/11/93 * * define the function: sign(x) diff -c5pr dstool_tk/src/porbit/po_install.c dstool-enterprise/src/porbit/po_install.c *** dstool_tk/src/porbit/po_install.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/porbit/po_install.c 1998-03-12 18:31:25.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: po_install.c,v 1.3 1997/05/07 16:32:26 worfolk Exp $ */ /* * Create PORBIT postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * po_install.c */ /* * Create PORBIT postmaster object */ diff -c5pr dstool_tk/src/porbit/porbit.h dstool-enterprise/src/porbit/porbit.h *** dstool_tk/src/porbit/porbit.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/porbit/porbit.h 1998-03-12 18:31:34.000000000 +1100 *************** *** 1,9 **** /* * porbit.h - * */ #ifndef _PORBIT_h_ #define _PORBIT_h_ void porbit_go(void); void porbit_newton_go(void); --- 1,35 ---- /* + The DsTool program is the property of: + + Cornell University + Center of Applied Mathematics + Ithaca, NY 14853 + dstool_bugs@macomb.tn.cornell.edu + + and may be used, modified and distributed freely, subject to the following + restrictions: + + Any product which incorporates source code from the DsTool + program or utilities, in whole or in part, is distributed + with a copy of that source code, including this notice. You + must give the recipients all the rights that you have with + respect to the use of this software. Modifications of the + software must carry prominent notices stating who changed + the files and the date of any change. + + DsTool is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. + The software is provided as is without any obligation on the part of Cornell + faculty, staff or students to assist in its use, correction, modification or + enhancement. + */ + + /* * porbit.h */ + #ifndef _PORBIT_h_ #define _PORBIT_h_ void porbit_go(void); void porbit_newton_go(void); diff -c5pr dstool_tk/src/porbit/porbit_go.c dstool-enterprise/src/porbit/porbit_go.c *** dstool_tk/src/porbit/porbit_go.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/porbit/porbit_go.c 1998-03-12 18:31:48.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: porbit_go.c,v 1.5 1997/05/09 22:23:20 worfolk Exp $ ! */ ! ! /* * Code written to continue periodic orbits * based on Poincare map. * - * * paw 4/22/92 */ #include #include --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * porbit_go.c ! * * Code written to continue periodic orbits * based on Poincare map. * * paw 4/22/92 */ #include #include Only in dstool_tk/src/postmaster: .pm_hash.c.swp diff -c5pr dstool_tk/src/postmaster/pm.c dstool-enterprise/src/postmaster/pm.c *** dstool_tk/src/postmaster/pm.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm.c 1998-03-12 18:32:22.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: pm.c,v 1.3 1997/06/05 18:54:46 worfolk Exp $ */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * pm.c */ #include #include #include diff -c5pr dstool_tk/src/postmaster/pm_access.c dstool-enterprise/src/postmaster/pm_access.c *** dstool_tk/src/postmaster/pm_access.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm_access.c 1998-03-12 18:32:32.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: pm_access.c,v 1.4 1997/06/05 18:55:06 worfolk Exp $ */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * pm_access.c */ #include #include #include diff -c5pr dstool_tk/src/postmaster/pm_build.c dstool-enterprise/src/postmaster/pm_build.c *** dstool_tk/src/postmaster/pm_build.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm_build.c 1998-03-12 18:32:44.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: pm_build.c,v 1.2 1997/01/07 17:01:08 veran Exp $ */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * pm_build.c */ #include #include #include diff -c5pr dstool_tk/src/postmaster/pm_error_codes.h dstool-enterprise/src/postmaster/pm_error_codes.h *** dstool_tk/src/postmaster/pm_error_codes.h 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm_error_codes.h 1998-03-12 18:33:03.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: pm_error_codes.h,v 1.1 1997/01/07 17:01:08 veran Exp $ */ #define NULL_ADDRESS_ERROR 2 #define VARB_INITIALIZED_ERROR 1 #define MEMORY_ALLOC_ERROR -1 --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * pm_error_codes.h */ #define NULL_ADDRESS_ERROR 2 #define VARB_INITIALIZED_ERROR 1 #define MEMORY_ALLOC_ERROR -1 diff -c5pr dstool_tk/src/postmaster/pm_hash.c dstool-enterprise/src/postmaster/pm_hash.c *** dstool_tk/src/postmaster/pm_hash.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm_hash.c 1998-03-12 18:33:17.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: pm_hash.c,v 1.2 1997/01/07 17:01:08 veran Exp worfolk $ */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * pm_hash.c */ #include #include #include diff -c5pr dstool_tk/src/postmaster/pm_hash.h dstool-enterprise/src/postmaster/pm_hash.h *** dstool_tk/src/postmaster/pm_hash.h 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm_hash.h 1998-03-12 18:33:30.000000000 +1100 *************** *** 1,9 **** /* ! * $Id: pm_hash.h,v 1.1 1997/01/07 17:01:08 veran Exp veran $ ! */ #ifndef PM_HASH_h #define PM_HASH_h #include --- 1,34 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ + /* + * pm_hash.h + */ #ifndef PM_HASH_h #define PM_HASH_h #include diff -c5pr dstool_tk/src/postmaster/pm_tcl.c dstool-enterprise/src/postmaster/pm_tcl.c *** dstool_tk/src/postmaster/pm_tcl.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm_tcl.c 1998-03-12 18:33:38.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: pm_tcl.c,v 1.3 1997/04/14 18:44:30 worfolk Exp $ ! */ /* * pm_tcl.c - * */ #include #include #include #include --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * pm_tcl.c */ + #include #include #include #include diff -c5pr dstool_tk/src/postmaster/pm_utils.c dstool-enterprise/src/postmaster/pm_utils.c *** dstool_tk/src/postmaster/pm_utils.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/postmaster/pm_utils.c 1998-03-12 18:33:48.000000000 +1100 *************** *** 1,16 **** /* ! * $Id: pm_utils.c,v 1.2 1997/01/07 17:01:08 veran Exp $ ! */ /* * pm_utils.c * * Procedures: * pm_type() - * */ #include #include #include #include "pm_hash.h" --- 1,38 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * pm_utils.c * * Procedures: * pm_type() */ + #include #include #include #include "pm_hash.h" diff -c5pr dstool_tk/src/saveload/load.c dstool-enterprise/src/saveload/load.c *** dstool_tk/src/saveload/load.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/load.c 1998-03-12 18:34:18.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: load.c,v 1.2 1997/01/07 17:02:14 veran Exp $ */ /* * Create LOAD postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * load.c */ /* * Create LOAD postmaster object */ Only in dstool_tk/src/saveload: load_procs.c.orig diff -c5pr dstool_tk/src/saveload/pm_main.h dstool-enterprise/src/saveload/pm_main.h *** dstool_tk/src/saveload/pm_main.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/pm_main.h 1998-03-12 18:34:43.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: pm_main.h,v 1.1 1997/01/07 17:02:14 veran Exp $ */ #ifndef PM_MAIN_HEADER #define PM_MAIN_HEADER --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * pm_main.h */ #ifndef PM_MAIN_HEADER #define PM_MAIN_HEADER diff -c5pr dstool_tk/src/saveload/print.c dstool-enterprise/src/saveload/print.c *** dstool_tk/src/saveload/print.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/print.c 1998-03-12 18:34:54.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: print.c,v 1.3 1997/05/02 20:09:51 worfolk Exp $ */ /* * Create PRINT postmaster object */ --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * print.c */ /* * Create PRINT postmaster object */ diff -c5pr dstool_tk/src/saveload/print_procs.c dstool-enterprise/src/saveload/print_procs.c *** dstool_tk/src/saveload/print_procs.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/print_procs.c 1998-03-12 18:35:10.000000000 +1100 *************** *** 1,15 **** /* ! * $Id: print_procs.c,v 1.8 1997/10/29 15:53:25 veran Exp $ ! */ /* ! * File: print_procs.c ! * Purpose: code for printing a postscript file */ - #include #include #include #include #include --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* ! * print_procs.c ! * code for printing a postscript file */ #include #include #include #include #include diff -c5pr dstool_tk/src/saveload/save.c dstool-enterprise/src/saveload/save.c *** dstool_tk/src/saveload/save.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/save.c 1998-03-12 18:35:20.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: save.c,v 1.2 1997/01/07 17:02:14 veran Exp $ */ /* * Create SAVE postmaster object --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * save.c */ /* * Create SAVE postmaster object Only in dstool_tk/src/saveload: save_procs.c.orig diff -c5pr dstool_tk/src/saveload/saveload_def.h dstool-enterprise/src/saveload/saveload_def.h *** dstool_tk/src/saveload/saveload_def.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/saveload_def.h 1998-03-12 18:35:45.000000000 +1100 *************** *** 1,7 **** /* ! * $Id: saveload_def.h,v 1.1 1997/01/07 17:02:14 veran Exp $ */ #include "pm_main.h" #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * saveload_def.h */ #include "pm_main.h" #include #include diff -c5pr dstool_tk/src/saveload/saveload_local.h dstool-enterprise/src/saveload/saveload_local.h *** dstool_tk/src/saveload/saveload_local.h 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/saveload_local.h 1998-03-12 18:35:55.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: saveload_local.h,v 1.2 1997/05/14 18:23:41 veran Exp $ ! */ /* * saveload_local.h - * */ #ifndef SAVELOAD_LOCAL_h #define SAVELOAD_LOCAL_h #include #include "memory.h" --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * saveload_local.h */ + #ifndef SAVELOAD_LOCAL_h #define SAVELOAD_LOCAL_h #include #include "memory.h" diff -c5pr dstool_tk/src/saveload/symb_convert.c dstool-enterprise/src/saveload/symb_convert.c *** dstool_tk/src/saveload/symb_convert.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/symb_convert.c 1998-03-12 18:36:13.000000000 +1100 *************** *** 1,7 **** /* ! * symb_convert.c contains routines to convert symbol types from DsTool 2 * to DsTool 3 format, and vice versa. */ #include #include --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! ! /* ! * symb_convert.c ! * ! * contains routines to convert symbol types from DsTool 2 * to DsTool 3 format, and vice versa. */ #include #include diff -c5pr dstool_tk/src/saveload/twod_install.c dstool-enterprise/src/saveload/twod_install.c *** dstool_tk/src/saveload/twod_install.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/twod_install.c 1998-03-12 18:36:26.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: twod_install.c,v 1.2 1997/07/25 1:00:10 bmeloon Exp $ ! */ /* * twod_install.c ! * * Create TWOD_WIN postmaster object */ #include #include #include --- 1,36 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * twod_install.c ! */ ! ! /* * Create TWOD_WIN postmaster object */ #include #include #include diff -c5pr dstool_tk/src/saveload/unform.c dstool-enterprise/src/saveload/unform.c *** dstool_tk/src/saveload/unform.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/saveload/unform.c 1998-03-12 18:36:33.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: unform.c,v 1.3 1997/05/14 18:23:41 veran Exp $ ! */ /* * unform.c - procedures for loading unformatted data */ --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * unform.c - procedures for loading unformatted data */ Only in dstool_tk/src/saveload: write_mem.c.orig diff -c5pr dstool_tk/src/tkAppInit.c dstool-enterprise/src/tkAppInit.c *** dstool_tk/src/tkAppInit.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/tkAppInit.c 1998-03-12 16:29:18.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: tkAppInit.c,v 1.4 1997/07/15 16:56:47 veran Exp $ ! */ /* * tkAppInit.c -- * * Provides a default version of the Tcl_AppInit procedure for --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * tkAppInit.c -- * * Provides a default version of the Tcl_AppInit procedure for diff -c5pr dstool_tk/src/user/lor_cntrl_def.c dstool-enterprise/src/user/lor_cntrl_def.c *** dstool_tk/src/user/lor_cntrl_def.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/user/lor_cntrl_def.c 1998-03-12 18:37:21.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: lor_cntrl_def.c,v 1.3 1997/05/14 18:28:46 veran Exp $ ! */ ! /* ! * DsTool (Test Version 2.0) - automatically generated model file ! * Patrick A. Worfolk ! * Tue Nov 29 16:46:38 1994 */ #include #include "model_headers.h" --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ ! /* ! * lor_cntrl_def.c */ + #include #include "model_headers.h" diff -c5pr dstool_tk/src/user/user.c dstool-enterprise/src/user/user.c *** dstool_tk/src/user/user.c 2007-01-06 08:50:33.000000000 +1100 --- dstool-enterprise/src/user/user.c 1998-03-12 18:37:28.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: user.c,v 1.2 1997/01/07 17:03:15 veran Exp $ ! */ /* * user.c - * */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * user.c */ #include #include diff -c5pr dstool_tk/src/utilities/dir_util.c dstool-enterprise/src/utilities/dir_util.c *** dstool_tk/src/utilities/dir_util.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/dir_util.c 1998-03-12 18:37:48.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: dir_util.c,v 1.3 1997/04/08 15:38:07 veran Exp worfolk $ ! */ /* * dir_util.c * * get_dstool_path() finds directories for a variety of different dstool --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * dir_util.c * * get_dstool_path() finds directories for a variety of different dstool Only in dstool_tk/src/utilities: file_util.c.orig diff -c5pr dstool_tk/src/utilities/geomview.c dstool-enterprise/src/utilities/geomview.c *** dstool_tk/src/utilities/geomview.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/geomview.c 1998-03-12 18:38:12.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: geomview.c,v 1.2 1997/01/07 17:04:08 veran Exp $ ! */ /* * Copyright (c) 1995 The Geometry Center - * - * $Id: geomview.c,v 1.2 1997/01/07 17:04:08 veran Exp $ */ /* * geomview.c * --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * Copyright (c) 1995 The Geometry Center */ /* * geomview.c * diff -c5pr dstool_tk/src/utilities/get_cwd.c dstool-enterprise/src/utilities/get_cwd.c *** dstool_tk/src/utilities/get_cwd.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/get_cwd.c 1998-03-12 18:38:20.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: get_cwd.c,v 1.2 1997/01/07 17:04:08 veran Exp $ ! */ /* * get_cwd.c * * get_cwd returns current working directory --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * get_cwd.c * * get_cwd returns current working directory diff -c5pr dstool_tk/src/utilities/interrupt.c dstool-enterprise/src/utilities/interrupt.c *** dstool_tk/src/utilities/interrupt.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/interrupt.c 2004-03-05 00:16:43.000000000 +1100 *************** *** 1,23 **** /* ! * $Id: interrupt.c,v 1.2 1997/01/07 17:04:08 veran Exp $ ! */ /* * interrupt.c * * Routines for the interrupt signal control. * */ #include #include #include static int stop_flag; struct timeval lasttime = {0,0}; ! struct timezone tz = {0, 0}; int interrupt() { struct timeval thistime; --- 1,48 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * interrupt.c * * Routines for the interrupt signal control. * */ + #include #include #include + #define DST_NONE 0 + static int stop_flag; struct timeval lasttime = {0,0}; ! struct timezone tz = {0, DST_NONE}; int interrupt() { struct timeval thistime; diff -c5pr dstool_tk/src/utilities/macros.c dstool-enterprise/src/utilities/macros.c *** dstool_tk/src/utilities/macros.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/macros.c 1998-03-12 18:38:36.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: macros.c,v 1.2 1997/01/07 17:04:08 veran Exp $ ! */ /* * macros.c * * These procedure are intended to provide --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * macros.c * * These procedure are intended to provide diff -c5pr dstool_tk/src/utilities/Makefile dstool-enterprise/src/utilities/Makefile *** dstool_tk/src/utilities/Makefile 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/Makefile 2004-03-05 00:12:26.000000000 +1100 *************** *** 1,11 **** # # Makefile # TOP = ../.. ! CONFIG = $(TOP)/config CURRENT_DIR = src/utilities INCLUDE_DIR = ../include include $(CONFIG)/Makefile.defs --- 1,11 ---- # # Makefile # TOP = ../.. ! CONFIG = /enm/local/dstool/config CURRENT_DIR = src/utilities INCLUDE_DIR = ../include include $(CONFIG)/Makefile.defs diff -c5pr dstool_tk/src/utilities/system_mess.c dstool-enterprise/src/utilities/system_mess.c *** dstool_tk/src/utilities/system_mess.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/system_mess.c 1998-03-12 18:38:43.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: system_mess.c,v 1.3 1997/04/24 18:36:53 worfolk Exp $ ! */ /* * system_mess.c - * */ #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * system_mess.c */ #include diff -c5pr dstool_tk/src/utilities/tcl_utils.c dstool-enterprise/src/utilities/tcl_utils.c *** dstool_tk/src/utilities/tcl_utils.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/tcl_utils.c 1998-03-12 18:38:51.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: tcl_utils.c,v 1.2 1997/01/07 17:04:08 veran Exp $ ! */ /* * tcl_utils.c * * prepend_to_auto_path() --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * tcl_utils.c * * prepend_to_auto_path() diff -c5pr dstool_tk/src/utilities/time_util.c dstool-enterprise/src/utilities/time_util.c *** dstool_tk/src/utilities/time_util.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/time_util.c 1998-03-12 18:38:57.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: time_util.c,v 1.2 1997/01/07 17:04:08 veran Exp $ ! */ /* * time_util.c - * */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * time_util.c */ #include #include diff -c5pr dstool_tk/src/utilities/user_util.c dstool-enterprise/src/utilities/user_util.c *** dstool_tk/src/utilities/user_util.c 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/src/utilities/user_util.c 1998-03-12 18:39:04.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: user_util.c,v 1.2 1997/01/07 17:04:08 veran Exp $ ! */ /* * user_util.c * * get_user_info() returns the user's full name and any other personal info --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * user_util.c * * get_user_info() returns the user's full name and any other personal info Only in dstool_tk/src: version.c diff -c5pr dstool_tk/src/view/dscolor.c dstool-enterprise/src/view/dscolor.c *** dstool_tk/src/view/dscolor.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/dscolor.c 1998-03-12 18:39:26.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: dscolor.c,v 1.2 1997/04/29 18:31:37 veran Exp $ ! */ /* * dscolor.c */ --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * dscolor.c */ diff -c5pr dstool_tk/src/view/gv.c dstool-enterprise/src/view/gv.c *** dstool_tk/src/view/gv.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/gv.c 1998-03-12 18:39:33.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: gv.c,v 1.4 1997/04/29 18:31:37 veran Exp $ ! */ /* * gv.c - * */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * gv.c */ #include #include #include *************** gv_mem(memory m, char *name, int xtypes[ *** 185,199 **** } static void gv_fixed_mem(memory m, char *name, int xtypes[], int xindices[]) { ! int fn=FALSE, flow_counter=0, traj_counter=0, i, npoints, *color; double x[3], *points, *params; char buf[256]; XColor *xcolor; int pickcolor_flag = *((int *) pm(GET, "Geomview.PickColor", NULL)); int pcolor; if ( (xtypes[0] == FUNCT) || (xtypes[1] == FUNCT) || (xtypes[2] == FUNCT) ) fn = TRUE; --- 206,221 ---- } static void gv_fixed_mem(memory m, char *name, int xtypes[], int xindices[]) { ! int fn=FALSE, flow_counter=0, traj_counter=0, i, j, npoints, *color; double x[3], *points, *params; char buf[256]; XColor *xcolor; int pickcolor_flag = *((int *) pm(GET, "Geomview.PickColor", NULL)); + int mapping_flag = *((int *) pm(GET, "Model.Mapping_Flag", NULL)); int pcolor; if ( (xtypes[0] == FUNCT) || (xtypes[1] == FUNCT) || (xtypes[2] == FUNCT) ) fn = TRUE; *************** gv_fixed_mem(memory m, char *name, int x *** 207,220 **** { traj_counter++; /* start geomview VECT obj */ if (npoints > 0) { ! sprintf(buf,"(geometry %s.%d.%d {appearance {linewidth 2} VECT\n1 %d 1\n%d\n1\n", ! name, flow_counter, traj_counter, ! npoints, npoints); geomview_send(buf); } while (memory_read_next_point(m, &points, ¶ms, &color, NULL, NULL) == 0) { if (fn == TRUE) --- 229,260 ---- { traj_counter++; /* start geomview VECT obj */ if (npoints > 0) { ! sprintf(buf,"(geometry %s.%d.%d {appearance {linewidth 2} VECT\n", ! name, flow_counter, traj_counter); geomview_send(buf); + if (mapping_flag) { /* don't connect the dots */ + sprintf(buf, "%d %d 1\n", npoints, npoints); + geomview_send(buf); + for (i=0;i #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * gvCmd.c */ #include #include diff -c5pr dstool_tk/src/view/oned.c dstool-enterprise/src/view/oned.c *** dstool_tk/src/view/oned.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/oned.c 1998-03-12 18:39:48.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: oned.c,v 1.4 1997/05/02 21:36:02 worfolk Exp $ ! */ /* * oned.c - * */ #include #include #include #include "pm.h" --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * oned.c */ + #include #include #include #include "pm.h" diff -c5pr dstool_tk/src/view/point_plot.c dstool-enterprise/src/view/point_plot.c *** dstool_tk/src/view/point_plot.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/point_plot.c 1998-03-12 18:39:56.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: point_plot.c,v 1.4 1997/04/29 18:31:37 veran Exp $ ! */ /* * point_plot.c */ --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * point_plot.c */ diff -c5pr dstool_tk/src/view/tkPlot.c dstool-enterprise/src/view/tkPlot.c *** dstool_tk/src/view/tkPlot.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/tkPlot.c 1998-03-12 18:40:03.000000000 +1100 *************** *** 1,8 **** /* ! * $Id: tkPlot.c,v 1.9 1997/05/15 15:16:35 veran Exp $ ! */ /* * tkPlot.c * * Routines for implementing the new tk plot widget. --- 1,30 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * tkPlot.c * * Routines for implementing the new tk plot widget. diff -c5pr dstool_tk/src/view/traj_plot.c dstool-enterprise/src/view/traj_plot.c *** dstool_tk/src/view/traj_plot.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/traj_plot.c 1998-03-12 18:40:10.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: traj_plot.c,v 1.6 1997/05/02 21:40:14 worfolk Exp $ ! */ /* * traj_plot.c - * */ #include #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * traj_plot.c */ #include #include #include diff -c5pr dstool_tk/src/view/twod.c dstool-enterprise/src/view/twod.c *** dstool_tk/src/view/twod.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/twod.c 1998-03-12 18:40:20.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: twod.c,v 1.5 1997/04/29 18:31:37 veran Exp $ ! */ /* * twod.c - * */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * twod.c */ #include #include diff -c5pr dstool_tk/src/view/view.c dstool-enterprise/src/view/view.c *** dstool_tk/src/view/view.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/view.c 1998-03-12 18:40:28.000000000 +1100 *************** *** 1,12 **** /* ! * $Id: view.c,v 1.2 1997/01/07 17:05:10 veran Exp $ ! */ /* * view.c - * */ #include #include --- 1,33 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * view.c */ #include #include diff -c5pr dstool_tk/src/view/view_install.c dstool-enterprise/src/view/view_install.c *** dstool_tk/src/view/view_install.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/view_install.c 1998-03-12 18:40:35.000000000 +1100 *************** *** 1,14 **** /* ! * $Id: view_install.c,v 1.3 1997/04/28 14:50:29 worfolk Exp $ ! */ /* * view_install.c * * Create VIEW postmaster object */ #include #include #include #include "symbols.h" --- 1,37 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * view_install.c * * Create VIEW postmaster object */ + #include #include #include #include "symbols.h" diff -c5pr dstool_tk/src/view/win_register.c dstool-enterprise/src/view/win_register.c *** dstool_tk/src/view/win_register.c 2007-01-06 08:50:34.000000000 +1100 --- dstool-enterprise/src/view/win_register.c 1998-03-12 18:40:43.000000000 +1100 *************** *** 1,13 **** /* ! * $Id: win_register.c,v 1.5 1997/04/29 14:52:28 worfolk Exp $ ! */ /* * win_register.c - * */ #include #include #include #include --- 1,35 ---- /* ! The DsTool program is the property of: ! ! Cornell University ! Center of Applied Mathematics ! Ithaca, NY 14853 ! dstool_bugs@macomb.tn.cornell.edu ! ! and may be used, modified and distributed freely, subject to the following ! restrictions: ! ! Any product which incorporates source code from the DsTool ! program or utilities, in whole or in part, is distributed ! with a copy of that source code, including this notice. You ! must give the recipients all the rights that you have with ! respect to the use of this software. Modifications of the ! software must carry prominent notices stating who changed ! the files and the date of any change. ! ! DsTool is distributed in the hope that it will be useful, but WITHOUT ANY ! WARRANTY; without even the implied warranty of FITNESS FOR A PARTICULAR PURPOSE. ! The software is provided as is without any obligation on the part of Cornell ! faculty, staff or students to assist in its use, correction, modification or ! enhancement. ! */ /* * win_register.c */ + #include #include #include #include Only in dstool_tk: Stable diff -c5pr dstool_tk/tcl/app_init.tcl dstool-enterprise/tcl/app_init.tcl *** dstool_tk/tcl/app_init.tcl 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/app_init.tcl 1998-03-12 16:20:05.000000000 +1100 *************** *** 1,10 **** # - # $Id: app_init.tcl,v 1.5 1997/04/30 21:16:31 worfolk Exp $ - # - - # # app_init.tcl # proc app_init_tcl {} { global DEBUG tcl_precision tcl_prompt1 main --- 1,6 ---- diff -c5pr dstool_tk/tcl/app_init.tk dstool-enterprise/tcl/app_init.tk *** dstool_tk/tcl/app_init.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/app_init.tk 1998-03-12 16:20:09.000000000 +1100 *************** *** 1,10 **** # - # $Id: app_init.tk,v 1.4 1997/05/19 15:19:26 worfolk Exp $ - # - - # # app_init.tk # proc app_init_tk {} { global COLOR FONT TITLE EXT cursor_counter Control env Html --- 1,6 ---- diff -c5pr dstool_tk/tcl/browser.tk dstool-enterprise/tcl/browser.tk *** dstool_tk/tcl/browser.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/browser.tk 1998-03-12 16:20:12.000000000 +1100 *************** *** 1,10 **** # - # $Id: browser.tk,v 1.10 1997/04/30 21:17:18 worfolk Exp $ - # - - # # browser.tk # proc browser(build) name { global browser Browser env --- 1,6 ---- diff -c5pr dstool_tk/tcl/ccode.tk dstool-enterprise/tcl/ccode.tk *** dstool_tk/tcl/ccode.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/ccode.tk 1998-03-12 16:22:30.000000000 +1100 *************** *** 1,10 **** # - # $Id: ccode.tk,v 1.7 1997/05/27 18:56:18 veran Exp $ - # - - # # ccode.tk # proc ccode(build) name { global Parser --- 1,6 ---- diff -c5pr dstool_tk/tcl/cmd.tk dstool-enterprise/tcl/cmd.tk *** dstool_tk/tcl/cmd.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/cmd.tk 2004-09-07 02:32:19.000000000 +1000 *************** *** 1,10 **** # - # $Id: cmd.tk,v 1.13 1997/05/27 18:56:18 veran Exp $ - # - - # # cmd.tk # proc cmd(build) name { global COLOR FONT Control Model env --- 1,6 ---- *************** proc cmd(build) name { *** 41,50 **** --- 37,48 ---- {"Orbits..." "window(open) orbits"} \ {"Multiple..." "window(open) multiple"} \ {"Fixed points..." "window(open) fixed"} \ {"Periodic orbits..." "window(open) periodic"} \ {"Equilibrium Continuation..." "window(open) continuation"} \ + {} \ + {"One-D Manifolds... Discrete" "window(open) man1d"} \ } # create message labels if { [ winfo exists $name.cmd ] == 0 } { set cmd [build_CmdFrame $name cmd] diff -c5pr dstool_tk/tcl/continuation.tk dstool-enterprise/tcl/continuation.tk *** dstool_tk/tcl/continuation.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/continuation.tk 1998-03-12 16:23:00.000000000 +1100 *************** *** 1,10 **** # - # $Id: continuation.tk, v 1.9 1997/06/02 23:03:14 bmeloon Exp $ - # - - # # continuation.tk # proc continuation(build) name { global Model Cont continuation --- 1,6 ---- diff -c5pr dstool_tk/tcl/contstate.tk dstool-enterprise/tcl/contstate.tk *** dstool_tk/tcl/contstate.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/contstate.tk 1998-03-12 16:23:04.000000000 +1100 *************** *** 1,9 **** - # - # $Id: contstate.tk, v 1.4 1997/06/10 02:37:23 bmeloon Exp $ - # - # # contstate.tk # proc contstate(build) name { --- 1,5 ---- diff -c5pr dstool_tk/tcl/defaults.tk dstool-enterprise/tcl/defaults.tk *** dstool_tk/tcl/defaults.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/defaults.tk 1998-03-12 16:23:11.000000000 +1100 *************** *** 1,10 **** # - # $Id: defaults.tk,v 1.7 1997/04/30 22:34:15 worfolk Exp $ - # - - # # defaults.tk # proc defaults(build) name { --- 1,6 ---- diff -c5pr dstool_tk/tcl/dscolor.tk dstool-enterprise/tcl/dscolor.tk *** dstool_tk/tcl/dscolor.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/dscolor.tk 1998-03-12 16:23:15.000000000 +1100 *************** *** 1,10 **** # - # $Id: dscolor.tk,v 1.2 1997/04/08 15:34:29 veran Exp $ - # - - # # dscolor.tk # proc dscolor(build) name { global DsColor --- 1,6 ---- diff -c5pr dstool_tk/tcl/filesl.tk dstool-enterprise/tcl/filesl.tk *** dstool_tk/tcl/filesl.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/filesl.tk 1998-03-12 16:23:20.000000000 +1100 *************** *** 1,10 **** # - # $Id: filesl.tk,v 1.5 1997/06/05 19:08:03 worfolk Exp $ - # - - # # filesl.tk # proc filesl(build) {name} { global File --- 1,6 ---- diff -c5pr dstool_tk/tcl/fixed.tk dstool-enterprise/tcl/fixed.tk *** dstool_tk/tcl/fixed.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/fixed.tk 1998-03-12 16:23:23.000000000 +1100 *************** *** 1,10 **** # - # $Id: fixed.tk,v 1.7 1997/05/19 15:19:26 worfolk Exp worfolk $ - # - - # # fixed.tk # proc fixed(build) name { global Fixed Model --- 1,6 ---- diff -c5pr dstool_tk/tcl/function.tk dstool-enterprise/tcl/function.tk *** dstool_tk/tcl/function.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/function.tk 1998-03-12 16:23:27.000000000 +1100 *************** *** 1,10 **** # - # $Id: function.tk,v 1.4 1997/04/23 16:15:05 worfolk Exp $ - # - - # # fucntion.tk # proc function(build) name { global Model --- 1,6 ---- diff -c5pr dstool_tk/tcl/geomview.tk dstool-enterprise/tcl/geomview.tk *** dstool_tk/tcl/geomview.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/geomview.tk 2004-03-05 01:50:47.000000000 +1100 *************** *** 1,10 **** # - # $Id: geomview.tk,v 1.4 1997/05/02 21:36:46 worfolk Exp $ - # - - # # geomview.tk # # For animations # --- 1,6 ---- diff -c5pr dstool_tk/tcl/help.tk dstool-enterprise/tcl/help.tk *** dstool_tk/tcl/help.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/help.tk 1998-03-12 16:23:37.000000000 +1100 *************** *** 1,10 **** # - # $Id: help.tk,v 1.5 1997/04/28 14:44:30 worfolk Exp $ - # - - # # help.tk # proc help_model(build) name { global env COLOR help Model --- 1,6 ---- Only in dstool-enterprise/tcl: help_man1d.tk diff -c5pr dstool_tk/tcl/html.tk dstool-enterprise/tcl/html.tk *** dstool_tk/tcl/html.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/html.tk 1998-03-12 16:23:41.000000000 +1100 *************** *** 1,10 **** # - # $Id$ - # - - # # html.tk # proc html(open) {} { global Html EXT --- 1,6 ---- diff -c5pr dstool_tk/tcl/load.tcl dstool-enterprise/tcl/load.tcl *** dstool_tk/tcl/load.tcl 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/load.tcl 1998-03-12 16:23:46.000000000 +1100 *************** *** 1,10 **** # - # $Id: load.tcl,v 1.2 1997/01/07 16:37:04 veran Exp $ - # - - # # load.tcl # proc load(go) {} { global Load --- 1,6 ---- diff -c5pr dstool_tk/tcl/load.tk dstool-enterprise/tcl/load.tk *** dstool_tk/tcl/load.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/load.tk 1998-03-12 16:23:50.000000000 +1100 *************** *** 1,10 **** # - # $Id: load.tk,v 1.4 1997/05/27 18:56:18 veran Exp $ - # - - # # load.tk # proc load(build) name { global Load unformat Model --- 1,6 ---- diff -c5pr dstool_tk/tcl/Makefile dstool-enterprise/tcl/Makefile *** dstool_tk/tcl/Makefile 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/Makefile 2004-09-07 02:31:54.000000000 +1000 *************** include $(CONFIG)/Makefile.defs *** 13,24 **** TK_SRCS = app_init.tk utils.tk windows.tk \ cmd.tk selected.tk function.tk defaults.tk \ help.tk version.tk \ save.tk load.tk twoD.tk oneD.tk \ orbits.tk prop.tk multiple.tk fixed.tk \ browser.tk periodic.tk geomview.tk \ ! parser.tk ccode.tk man2d.tk threeD.tk \ var.tk print.tk snap.tk html.tk dscolor.tk scroll.tk \ filesl.tk continuation.tk contstate.tk contcolors.tk # widget_util.tcl \ CLEAN = $(MKINDEX) --- 13,25 ---- TK_SRCS = app_init.tk utils.tk windows.tk \ cmd.tk selected.tk function.tk defaults.tk \ help.tk version.tk \ save.tk load.tk twoD.tk oneD.tk \ orbits.tk prop.tk multiple.tk fixed.tk \ + man1d.tk help_man1d.tk \ browser.tk periodic.tk geomview.tk \ ! parser.tk ccode.tk threeD.tk \ var.tk print.tk snap.tk html.tk dscolor.tk scroll.tk \ filesl.tk continuation.tk contstate.tk contcolors.tk # widget_util.tcl \ CLEAN = $(MKINDEX) Only in dstool-enterprise/tcl: man1d.tk Only in dstool_tk/tcl: man2d.tk diff -c5pr dstool_tk/tcl/multiple.tk dstool-enterprise/tcl/multiple.tk *** dstool_tk/tcl/multiple.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/multiple.tk 1998-03-12 16:23:59.000000000 +1100 *************** *** 1,10 **** # - # $Id: multiple.tk,v 1.6 1997/05/01 15:48:58 worfolk Exp $ - # - - # # multiple.tk # proc multiple(build) name { --- 1,6 ---- diff -c5pr dstool_tk/tcl/my_app_init.tcl dstool-enterprise/tcl/my_app_init.tcl *** dstool_tk/tcl/my_app_init.tcl 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/my_app_init.tcl 1998-03-12 16:24:03.000000000 +1100 *************** *** 1,10 **** # - # $Id: my_app_init.tcl,v 1.2 1997/01/07 16:37:04 veran Exp $ - # - - # # my_app_init.tcl # # # Do initialization of tcl for user panels --- 1,6 ---- diff -c5pr dstool_tk/tcl/oneD.tk dstool-enterprise/tcl/oneD.tk *** dstool_tk/tcl/oneD.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/oneD.tk 1998-03-12 16:24:13.000000000 +1100 *************** *** 1,10 **** # - # $Id: oneD.tk,v 1.5 1997/04/29 14:51:40 worfolk Exp $ - # - - # # oneD.tk # proc oneD(build) {n wname} { global Model Defaults Snap rbox highlight Browser COLOR --- 1,6 ---- diff -c5pr dstool_tk/tcl/orbits.tk dstool-enterprise/tcl/orbits.tk *** dstool_tk/tcl/orbits.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/orbits.tk 1998-03-12 16:24:17.000000000 +1100 *************** *** 1,10 **** # - # $Id: orbits.tk,v 1.11 1997/05/19 15:19:26 worfolk Exp $ - # - - # # orbits.tk # proc orbits(build) name { global Flow Model --- 1,6 ---- diff -c5pr dstool_tk/tcl/parser.tk dstool-enterprise/tcl/parser.tk *** dstool_tk/tcl/parser.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/parser.tk 1998-03-12 16:24:21.000000000 +1100 *************** *** 1,10 **** # - # $Id: parser.tk,v 1.14 1997/05/27 18:56:18 veran Exp $ - # - - # # parser.tk # proc parser(build) name { global Parser --- 1,6 ---- diff -c5pr dstool_tk/tcl/periodic.tk dstool-enterprise/tcl/periodic.tk *** dstool_tk/tcl/periodic.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/periodic.tk 1998-03-12 16:24:25.000000000 +1100 *************** *** 1,10 **** # - # $Id: periodic.tk,v 1.5 1997/05/01 21:37:56 worfolk Exp $ - # - - # # periodic.tk # proc periodic(build) name { --- 1,6 ---- diff -c5pr dstool_tk/tcl/pm.tcl dstool-enterprise/tcl/pm.tcl *** dstool_tk/tcl/pm.tcl 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/pm.tcl 1998-03-12 16:24:29.000000000 +1100 *************** *** 1,10 **** # - # $Id: pm.tcl,v 1.3 1997/04/28 14:44:52 worfolk Exp $ - # - - # # pm.tcl # # install_postmaster # pm_to_tcl # tcl_to_pm --- 1,6 ---- diff -c5pr dstool_tk/tcl/print.tk dstool-enterprise/tcl/print.tk *** dstool_tk/tcl/print.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/print.tk 1998-03-12 16:27:09.000000000 +1100 *************** *** 1,10 **** # - # $Id: print.tk,v 1.7 1997/05/27 18:56:18 veran Exp veran $ - # - - # # print.tk # proc print(build) {name} { global Model --- 1,6 ---- diff -c5pr dstool_tk/tcl/prop.tk dstool-enterprise/tcl/prop.tk *** dstool_tk/tcl/prop.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/prop.tk 1998-03-12 16:27:12.000000000 +1100 *************** *** 1,10 **** # - # $Id: prop.tk,v 1.7 1997/05/19 15:19:26 worfolk Exp $ - # - - # # prop.tk # proc prop(build) wname { global Model Prop --- 1,6 ---- diff -c5pr dstool_tk/tcl/save.tcl dstool-enterprise/tcl/save.tcl *** dstool_tk/tcl/save.tcl 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/save.tcl 1998-03-12 16:27:29.000000000 +1100 *************** *** 1,10 **** # - # $Id: save.tcl,v 1.2 1997/01/07 16:37:04 veran Exp $ - # - - # # save.tcl # proc save(go) {} { global Save Load --- 1,6 ---- diff -c5pr dstool_tk/tcl/save.tk dstool-enterprise/tcl/save.tk *** dstool_tk/tcl/save.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/save.tk 1998-03-12 16:27:34.000000000 +1100 *************** *** 1,10 **** # - # $Id: save.tk,v 1.4 1997/05/27 18:56:18 veran Exp $ - # - - # # save.tk # proc save(build) name { global Load --- 1,6 ---- diff -c5pr dstool_tk/tcl/scroll.tk dstool-enterprise/tcl/scroll.tk *** dstool_tk/tcl/scroll.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/scroll.tk 1998-03-12 16:27:37.000000000 +1100 *************** *** 1,10 **** # - # $Id$ - # - - # # scroll.tk # # create a canvas with vertical scroll bar # create a window frame inside the canvas --- 1,6 ---- diff -c5pr dstool_tk/tcl/selected.tk dstool-enterprise/tcl/selected.tk *** dstool_tk/tcl/selected.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/selected.tk 1998-03-12 16:27:41.000000000 +1100 *************** *** 1,10 **** # - # $Id: selected.tk,v 1.8 1997/05/02 21:36:36 worfolk Exp $ - # - - # # selected.tk # proc selected(build) name { --- 1,6 ---- diff -c5pr dstool_tk/tcl/snap.tk dstool-enterprise/tcl/snap.tk *** dstool_tk/tcl/snap.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/snap.tk 1998-03-12 16:27:44.000000000 +1100 *************** *** 1,10 **** # - # $Id: snap.tk,v 1.3 1997/05/27 18:56:18 veran Exp $ - # - - # # snap.tk # proc snap(build) {name} { --- 1,6 ---- diff -c5pr dstool_tk/tcl/threeD.tk dstool-enterprise/tcl/threeD.tk *** dstool_tk/tcl/threeD.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/threeD.tk 2004-03-05 01:26:43.000000000 +1100 *************** *** 1,10 **** # - # $Id: threeD.tk,v 1.7 1997/05/19 15:19:26 worfolk Exp veran $ - # - - # # threeD.tk # proc threeD(build) wname { global Geomview --- 1,6 ---- diff -c5pr dstool_tk/tcl/twoD.tk dstool-enterprise/tcl/twoD.tk *** dstool_tk/tcl/twoD.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/twoD.tk 1998-03-12 16:27:53.000000000 +1100 *************** *** 1,10 **** # - # $Id: twoD.tk,v 1.12 1997/04/30 21:35:51 worfolk Exp $ - # - - # # twoD.tk # proc twoD(build) {n wname} { global Model Defaults Snap rbox highlight Browser COLOR --- 1,6 ---- diff -c5pr dstool_tk/tcl/utils.tcl dstool-enterprise/tcl/utils.tcl *** dstool_tk/tcl/utils.tcl 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/utils.tcl 1998-03-12 16:27:57.000000000 +1100 *************** *** 1,10 **** # - # $Id: utils.tcl,v 1.3 1997/02/04 17:33:29 worfolk Exp $ - # - - # # utils.tcl # proc array_to_list {obj elem} { upvar #0 $obj ar --- 1,6 ---- diff -c5pr dstool_tk/tcl/utils.tk dstool-enterprise/tcl/utils.tk *** dstool_tk/tcl/utils.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/utils.tk 1998-03-12 16:28:02.000000000 +1100 *************** *** 1,10 **** # - # $Id: utils.tk,v 1.18 1997/05/27 18:56:18 veran Exp $ - # - - # # utils.tk # # # Routines for helping to construct tk windows # --- 1,6 ---- *************** *** 42,52 **** # build_Wname # update_Popupmenu # scroll(canvas) # longest # loadfile_into_text ! # bind_LabellorenzEntryColumns # # All these procedures use the global variables COLOR and FONT in # order to configure them. In particular, they may reference: # COLOR(bg) # COLOR(abg) --- 38,48 ---- # build_Wname # update_Popupmenu # scroll(canvas) # longest # loadfile_into_text ! # bind_LabelEntryColumns # # All these procedures use the global variables COLOR and FONT in # order to configure them. In particular, they may reference: # COLOR(bg) # COLOR(abg) *************** proc build_LabelEntryColumns {parent nam *** 778,801 **** set pady 2 set col_config {$obj_n configure -text $l} } elseif { [string compare $_type "dentry"] == 0 } { set col_entry {entry $obj_n -width 23 -relief sunken -bg $COLOR(entry) -font $FONT(label) -fg $COLOR(info)} # set col_tab { lappend _tablist $obj_n } - set pady 1 } elseif { [string compare $_type "ientry"] == 0 } { set col_entry {entry $obj_n -width 10 -relief sunken -bg $COLOR(entry) -font $FONT(label) -fg $COLOR(info)} # set col_tab { lappend _tablist $obj_n } ! set pady 1 ! } elseif { [string compare $_type "lentry"] == 0 } { set col_entry {entry $obj_n -width 40 -relief sunken -bg $COLOR(entry) -font $FONT(label) -fg $COLOR(info)} # set col_tab { lappend _tablist $obj_n } ! set pady 1 ! } elseif { [string compare $_type "checkbox"] == 0 } { set col_entry {checkbutton $obj_n -anchor w -variable $l \ -bg $COLOR(bg) -activebackground $COLOR(abg) -font $FONT(label)} set col_config {$obj_n configure -text ""} - set pady 1 } elseif { [string compare $_type "bitmapbutton"] == 0} { set col_entry {button $obj_n -image $l -highlightthickness 0} set nopadx 1 set pady 4 } else { --- 774,793 ---- set pady 2 set col_config {$obj_n configure -text $l} } elseif { [string compare $_type "dentry"] == 0 } { set col_entry {entry $obj_n -width 23 -relief sunken -bg $COLOR(entry) -font $FONT(label) -fg $COLOR(info)} # set col_tab { lappend _tablist $obj_n } } elseif { [string compare $_type "ientry"] == 0 } { set col_entry {entry $obj_n -width 10 -relief sunken -bg $COLOR(entry) -font $FONT(label) -fg $COLOR(info)} # set col_tab { lappend _tablist $obj_n } ! } elseif { [string compare $_type "lentry"] == 0 } { set col_entry {entry $obj_n -width 40 -relief sunken -bg $COLOR(entry) -font $FONT(label) -fg $COLOR(info)} # set col_tab { lappend _tablist $obj_n } ! } elseif { [string compare $_type "checkbox"] == 0 } { set col_entry {checkbutton $obj_n -anchor w -variable $l \ -bg $COLOR(bg) -activebackground $COLOR(abg) -font $FONT(label)} set col_config {$obj_n configure -text ""} } elseif { [string compare $_type "bitmapbutton"] == 0} { set col_entry {button $obj_n -image $l -highlightthickness 0} set nopadx 1 set pady 4 } else { Only in dstool_tk/tcl: utils.tk% diff -c5pr dstool_tk/tcl/var.tk dstool-enterprise/tcl/var.tk *** dstool_tk/tcl/var.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/var.tk 1998-03-12 16:28:05.000000000 +1100 *************** *** 1,10 **** # - # $Id: var.tk,v 1.2 1997/01/07 16:37:04 veran Exp $ - # - - # # var.tk # proc var(build) name { --- 1,6 ---- diff -c5pr dstool_tk/tcl/version.tk dstool-enterprise/tcl/version.tk *** dstool_tk/tcl/version.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/version.tk 1998-03-12 16:28:11.000000000 +1100 *************** *** 1,10 **** # - # $Id: version.tk,v 1.7 1997/04/30 21:10:59 worfolk Exp $ - # - - # # version.tk # proc version(build) name { global COLOR Control --- 1,6 ---- diff -c5pr dstool_tk/tcl/windows.tk dstool-enterprise/tcl/windows.tk *** dstool_tk/tcl/windows.tk 2007-01-06 08:50:35.000000000 +1100 --- dstool-enterprise/tcl/windows.tk 1998-03-12 16:28:14.000000000 +1100 *************** *** 1,10 **** # - # $Id: windows.tk,v 1.6 1997/04/30 22:34:26 worfolk Exp $ - # - - # # windows.tk # # Window building/utility routines # --- 1,6 ---- Only in dstool_tk: userman.ps.gz