Revision: 41184
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41184&view=rev
Author:   brlcad
Date:     2010-10-29 18:47:13 +0000 (Fri, 29 Oct 2010)

Log Message:
-----------
ged_types.h isn't needed if we're including vmath so remove it.

Modified Paths:
--------------
    brlcad/trunk/src/conv/Makefile.am
    brlcad/trunk/src/conv/comgeom/mat.c

Removed Paths:
-------------
    brlcad/trunk/src/conv/comgeom/ged_types.h

Modified: brlcad/trunk/src/conv/Makefile.am
===================================================================
--- brlcad/trunk/src/conv/Makefile.am   2010-10-29 18:39:15 UTC (rev 41183)
+++ brlcad/trunk/src/conv/Makefile.am   2010-10-29 18:47:13 UTC (rev 41184)
@@ -316,7 +316,6 @@
 
 noinst_HEADERS = \
        comgeom/3d.h \
-       comgeom/ged_types.h \
        dxf/dxf.h \
        patch/patch-g.h
 

Deleted: brlcad/trunk/src/conv/comgeom/ged_types.h
===================================================================
--- brlcad/trunk/src/conv/comgeom/ged_types.h   2010-10-29 18:39:15 UTC (rev 
41183)
+++ brlcad/trunk/src/conv/comgeom/ged_types.h   2010-10-29 18:47:13 UTC (rev 
41184)
@@ -1,50 +0,0 @@
-/*                     G E D _ T Y P E S . H
- * BRL-CAD
- *
- * Copyright (c) 2004-2010 United States Government as represented by
- * the U.S. Army Research Laboratory.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * version 2.1 as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this file; see the file named COPYING for more
- * information.
- *
- */
-/** @file ged_types.h
- * type definition for new "C" declaration:  "homog_t".
- *
- * This is to make declairing Homogeneous Transform matricies easier.
- */
-typedef        float   mat_t[4*4];
-typedef        float   *matp_t;
-typedef        float   vect_t[4];
-typedef        float   *vectp_t;
-
-enum axis {
-    X = 0,
-    Y = 1,
-    Z = 2,
-    H = 3
-};
-
-#define ALPHA  0
-#define BETA   1
-#define GAMMA  2
-
-/*
- * Local Variables:
- * mode: C
- * tab-width: 8
- * indent-tabs-mode: t
- * c-file-style: "stroustrup"
- * End:
- * ex: shiftwidth=4 tabstop=8
- */

Modified: brlcad/trunk/src/conv/comgeom/mat.c
===================================================================
--- brlcad/trunk/src/conv/comgeom/mat.c 2010-10-29 18:39:15 UTC (rev 41183)
+++ brlcad/trunk/src/conv/comgeom/mat.c 2010-10-29 18:47:13 UTC (rev 41184)
@@ -49,7 +49,6 @@
 #include <stdio.h>
 #include <math.h>
 
-#include "./ged_types.h"
 #include "vmath.h"
 
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to