[PATCH] Obvious stuff
Richard Guenther
rguenth at tat.physik.uni-tuebingen.de
Wed Dec 3 20:57:06 UTC 2003
Hi!
This is the last one... fix a typo in the toplevel Makefile and remove a
bogous #include in an example.
Ok?
Richard.
Index: makefile
===================================================================
RCS file: /home/pooma/Repository/r2/makefile,v
retrieving revision 1.11
diff -u -u -r1.11 makefile
--- makefile 28 Dec 2002 17:54:43 -0000 1.11
+++ makefile 3 Dec 2003 20:50:12 -0000
@@ -95,7 +95,7 @@
.PHONY: examples examplesclean $(EXAMPLEDIRS)
examplesclean::
- @for i in $(EXAMPLESDIRS); do pushd $$i; make cleansuite; popd; done
+ @for i in $(EXAMPLEDIRS); do pushd $$i; make cleansuite; popd; done
@$(MAKE) dirs
examples:: $(EXAMPLEDIRS)
Index: examples/Field/Caramana/ComputeVolumes.h
===================================================================
RCS file: /home/pooma/Repository/r2/examples/Field/Caramana/ComputeVolumes.h,v
retrieving revision 1.1
diff -u -u -r1.1 ComputeVolumes.h
--- examples/Field/Caramana/ComputeVolumes.h 30 Aug 2001 01:14:23 -0000 1.1
+++ examples/Field/Caramana/ComputeVolumes.h 3 Dec 2003 20:50:32 -0000
@@ -38,7 +38,6 @@
//-----------------------------------------------------------------------------
#include "Field/Field.h"
-#include "Field/FieldInitializers.h"
#include "Field/DiffOps/FieldStencil.h"
#include "Product.h"
More information about the pooma-dev
mailing list