[cig-commits] commit: Fix some includes

Mercurial hg at geodynamics.org
Fri Mar 9 13:24:56 PST 2012


changeset:   5:2d1e697a22f2
user:        Walter Landry <Walter Landry at yoyodyne>
date:        Sun Jan 03 11:43:40 2010 -0800
files:       tests/speed/Number_test.cpp tests/speed/single.cpp
description:
Fix some includes


diff -r 1042a48dad5a -r 2d1e697a22f2 tests/speed/Number_test.cpp
--- a/tests/speed/Number_test.cpp	Mon Dec 14 00:52:50 2009 -0800
+++ b/tests/speed/Number_test.cpp	Sun Jan 03 11:43:40 2010 -0800
@@ -1,5 +1,5 @@
 #include <iostream>
-#include "../FTensor.hpp"
+#include "../../FTensor.hpp"
 
 using namespace FTensor;
 
diff -r 1042a48dad5a -r 2d1e697a22f2 tests/speed/single.cpp
--- a/tests/speed/single.cpp	Mon Dec 14 00:52:50 2009 -0800
+++ b/tests/speed/single.cpp	Sun Jan 03 11:43:40 2010 -0800
@@ -1,5 +1,5 @@
-#include <iostream.hpp>
-#include <ostream.hpp>
+#include <iostream>
+#include <ostream>
 template<char i>
 class Index
 {



More information about the CIG-COMMITS mailing list