freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Obvious stuff


From: Jeffrey D. Oldham
Subject: Re: [PATCH] Obvious stuff
Date: Wed, 03 Dec 2003 14:09:21 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Richard Guenther wrote:
Hi!

This is the last one... fix a typo in the toplevel Makefile and remove a
bogous #include in an example.

Ok?

Yes.  Thank you.

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"



--
Jeffrey D. Oldham
address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]