Changeset 1340 for trunk/source/visualization/externals/gl2ps/include
- Timestamp:
- Nov 5, 2010, 3:45:55 PM (15 years ago)
- Location:
- trunk/source/visualization/externals/gl2ps/include
- Files:
-
- 3 edited
-
CVS/Entries (modified) (1 diff)
-
Geant4_gl2ps.h (modified) (1 diff)
-
gl2ps.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/visualization/externals/gl2ps/include/CVS/Entries
r1337 r1340 1 1 /G4OpenGL2PSAction.hh/1.4/Thu Sep 30 06:17:28 2010// 2 /Geant4_gl2ps.h/1. 2/Mon Jul 12 14:53:172010//3 /gl2ps.h/1. 2/Mon Jul 12 14:53:172010//2 /Geant4_gl2ps.h/1.3/Wed Nov 3 15:19:14 2010// 3 /gl2ps.h/1.3/Wed Nov 3 16:40:15 2010// 4 4 D -
trunk/source/visualization/externals/gl2ps/include/Geant4_gl2ps.h
r937 r1340 27 27 #define Geant4_gl2ps_h 28 28 29 // gl2ps-1.3. 329 // gl2ps-1.3.5 30 30 // The gl2ps code is prefixed by Geant4_ in order 31 31 // to avoid clashes with other gl2ps code that may come at link -
trunk/source/visualization/externals/gl2ps/include/gl2ps.h
r937 r1340 53 53 * to provide one. 54 54 * 55 * For the latest info about gl2ps, see http://www.geuz.org/gl2ps/. 55 * For the latest info about gl2ps and a full list of contributors, 56 * see http://www.geuz.org/gl2ps/. 57 * 56 58 * Please report all bugs and problems to <gl2ps@geuz.org>. 57 59 */ … … 68 70 # if defined(_MSC_VER) 69 71 # pragma warning(disable:4115) 72 # pragma warning(disable:4996) 70 73 # endif 71 74 # include <windows.h> … … 103 106 #define GL2PS_MAJOR_VERSION 1 104 107 #define GL2PS_MINOR_VERSION 3 105 #define GL2PS_PATCH_VERSION 3108 #define GL2PS_PATCH_VERSION 5 106 109 #define GL2PS_EXTRA_VERSION "" 107 110
Note:
See TracChangeset
for help on using the changeset viewer.
