[Dda-cvs] ntdda/include analysisdata.h, 1.25, 1.26 contacts.h, 1.6, 1.7 datalog.h, 1.8, 1.9 dda.h,
Status: Beta
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2006-07-06 02:28:41
|
Update of /cvsroot/dda/ntdda/include In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv30991 Modified Files: analysisdata.h contacts.h datalog.h dda.h ddamemory.h functions.h geometrydata.h graphics.h gravity.h statusbar.h toolbar.h Log Message: Cleaned up code in unittests to ensure compile under cygwin. Index: dda.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/dda.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** dda.h 7 Mar 2006 05:14:59 -0000 1.19 --- dda.h 6 Jul 2006 02:28:37 -0000 1.20 *************** *** 127,131 **** ! void dda_set_output_directory(const char * dirname, size_t dirnamesize); --- 127,131 ---- ! void dda_set_output_directory(const char * dirname, size_t dirnamesize); *************** *** 141,143 **** #endif ! #endif /* __DDA_H__ */ \ No newline at end of file --- 141,144 ---- #endif ! #endif /* __DDA_H__ */ ! Index: statusbar.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/statusbar.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** statusbar.h 26 May 2002 23:47:23 -0000 1.2 --- statusbar.h 6 Jul 2006 02:28:37 -0000 1.3 *************** *** 50,52 **** #endif ! #endif /* __STATUSBAR_H__ */ \ No newline at end of file --- 50,53 ---- #endif ! #endif /* __STATUSBAR_H__ */ ! Index: contacts.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/contacts.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** contacts.h 28 Oct 2002 13:46:57 -0000 1.6 --- contacts.h 6 Jul 2006 02:28:37 -0000 1.7 *************** *** 71,73 **** ! #endif /* __CONTACTS_H__ */ \ No newline at end of file --- 71,74 ---- ! #endif /* __CONTACTS_H__ */ ! Index: ddamemory.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/ddamemory.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ddamemory.h 14 Oct 2002 16:02:46 -0000 1.3 --- ddamemory.h 6 Jul 2006 02:28:37 -0000 1.4 *************** *** 5,8 **** --- 5,12 ---- * $Date$ * $Log$ + * Revision 1.4 2006/07/06 02:28:37 doolin + * Cleaned up code in unittests to ensure compile + * under cygwin. + * * Revision 1.3 2002/10/14 16:02:46 doolin * Lots of small clean up done. No major changes in this commit. *************** *** 57,59 **** #endif ! #endif /* __DDAMEMORY_H__ */ \ No newline at end of file --- 61,64 ---- #endif ! #endif /* __DDAMEMORY_H__ */ ! Index: functions.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/functions.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** functions.h 26 Nov 2002 13:13:32 -0000 1.4 --- functions.h 6 Jul 2006 02:28:37 -0000 1.5 *************** *** 139,141 **** #endif ! #endif /* __FUNCTIONS_H__ */ \ No newline at end of file --- 139,143 ---- #endif ! #endif /* __FUNCTIONS_H__ */ ! ! Index: datalog.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/datalog.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** datalog.h 27 Oct 2002 20:53:16 -0000 1.8 --- datalog.h 6 Jul 2006 02:28:37 -0000 1.9 *************** *** 154,156 **** #endif ! #endif /* __DATALOG_H__ */ \ No newline at end of file --- 154,157 ---- #endif ! #endif /* __DATALOG_H__ */ ! Index: gravity.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/gravity.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** gravity.h 27 Oct 2002 20:53:16 -0000 1.3 --- gravity.h 6 Jul 2006 02:28:37 -0000 1.4 *************** *** 91,93 **** ! #endif /* __GRAVITY_H__ */ \ No newline at end of file --- 91,94 ---- ! #endif /* __GRAVITY_H__ */ ! Index: geometrydata.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/geometrydata.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** geometrydata.h 17 Dec 2003 23:36:36 -0000 1.17 --- geometrydata.h 6 Jul 2006 02:28:37 -0000 1.18 *************** *** 305,307 **** ! #endif /* __GEOMETRYDATA_H__ */ \ No newline at end of file --- 305,308 ---- ! #endif /* __GEOMETRYDATA_H__ */ ! Index: toolbar.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/toolbar.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** toolbar.h 26 May 2002 23:47:23 -0000 1.4 --- toolbar.h 6 Jul 2006 02:28:37 -0000 1.5 *************** *** 35,37 **** #endif ! #endif /* __TOOLBAR_H__ */ \ No newline at end of file --- 35,38 ---- #endif ! #endif /* __TOOLBAR_H__ */ ! Index: analysisdata.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/analysisdata.h,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** analysisdata.h 20 Dec 2002 05:20:01 -0000 1.25 --- analysisdata.h 6 Jul 2006 02:28:37 -0000 1.26 *************** *** 486,487 **** --- 486,488 ---- #endif /* __ANALYSISDATA_H__ */ + Index: graphics.h =================================================================== RCS file: /cvsroot/dda/ntdda/include/graphics.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** graphics.h 28 May 2002 12:18:31 -0000 1.5 --- graphics.h 6 Jul 2006 02:28:37 -0000 1.6 *************** *** 47,49 **** int freeGraphicStruct(GRAPHICS *); ! #endif /* __GRAPHICS_H__ */ \ No newline at end of file --- 47,50 ---- int freeGraphicStruct(GRAPHICS *); ! #endif /* __GRAPHICS_H__ */ ! |