Skip to content
Snippets Groups Projects
Commit 060a89a9 authored by Jacob Bedrossian's avatar Jacob Bedrossian
Browse files

Basic infrastructure for new projection surfaces.

parent 9b832a91
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.102 2006-11-04 00:17:08 geuzaine Exp $
# $Id: Makefile,v 1.103 2006-11-08 22:04:14 jacob Exp $
#
# Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle
#
......@@ -47,6 +47,7 @@ SRC = CAD.cpp \
fourierModel.cpp\
SVector3.cpp\
SBoundingBox3d.cpp\
projectionFace.cpp\
ExtractContour.cpp
OBJ = ${SRC:.cpp=.o}
......
#include "projectionFace.h"
#include "GFace.h"
class projectionFace : public GFace
{
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment