head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.08.05.23.22.30;	author olawlor;	state dead;
branches;
next	1.1;

1.1
date	2003.08.05.05.32.45;	author schak;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add readme file describing where the source came from.
Removed bizarre makefile.
@
text
@#Horrible temporary makefile
all: MgcIntr3DTetrTetr.cpp MgcMath.cpp MgcPlane.cpp MgcTetrahedron.cpp MgcVector3.cpp
	g++ -c *.cpp
clean:
	rm *.o
@


1.1
log
@Added the mgc code to the repository
@
text
@@

