]> https://gitweb.dealii.org/ - dealii.git/commitdiff
added missing $(LIBS)
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Mar 2001 17:05:25 +0000 (17:05 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 29 Mar 2001 17:05:25 +0000 (17:05 +0000)
fixed tensor.checked

git-svn-id: https://svn.dealii.org/trunk@4338 0785d39b-7218-0410-832d-ea1e28bc413d

tests/base/Makefile.in
tests/base/tensor.cc
tests/base/tensor.checked

index 75993d0de71165948b4424fac0ab9cb8aa72aaf9..170f83c07101ffa3c732bd5f11fb51a9f8920256 100644 (file)
@@ -89,7 +89,7 @@ endif
 
 logtest.testcase: $(logtest-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
 
 
 ############################################################
@@ -105,7 +105,7 @@ endif
 
 tensor.testcase: $(tensor-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
 
 
 
@@ -122,7 +122,7 @@ endif
 
 reference.testcase: $(reference-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
 
 
 ############################################################
@@ -138,7 +138,7 @@ endif
 
 quadrature_test.testcase: $(quadrature_test-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
 
 
 ############################################################
@@ -154,7 +154,7 @@ endif
 
 timer.testcase: $(timer-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
 
 
 ############################################################
@@ -170,7 +170,7 @@ endif
 
 polynomial_test.testcase: $(polynomial_test-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
 
 
 ############################################################
@@ -188,7 +188,7 @@ endif
 
 target1: $(target1-o-files) $(libraries)
        @echo =====linking======= $<
-       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^
+       @$(CXX) $(LDFLAGS) $(flags) -o $@ $^ $(LIBS)
 
 include ../Makefile.rules
 include Makefile.depend
index 9788f05a43476e7dcd911c692a4da4d0c53ab65e..862152c1240168432f1bd9e36ca365b8bfd1f0c3 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -48,7 +48,6 @@ int main ()
        deallog << t[i][j] << ' ';
       deallog << std::endl;
     };
-  deallog << std::endl;
   
   contract (tt,t,t);
 
@@ -59,7 +58,6 @@ int main ()
        deallog << tt[i][j] << ' ';
       deallog << std::endl;
     };
-  deallog << std::endl;
 
   if (true)
     {
index b09361feaaedb3a52832d98149f9b1d83f13e5e9..5eaa7345bb8f62555bdb10aa18b9c9182cf52923 100644 (file)
@@ -4,12 +4,10 @@ DEAL::t=
 DEAL::1.00 2.00 3.00 
 DEAL::3.00 4.00 5.00 
 DEAL::6.00 7.00 8.00 
-DEAL::
 DEAL::tt=
 DEAL::25.0 31.0 37.0 
 DEAL::45.0 57.0 69.0 
 DEAL::75.0 96.0 117. 
-DEAL::
 DEAL:Cross product::   0.00    0.00    1.00
 DEAL:Cross product::   1.00    0.00    0.00
 DEAL:Cross product::   0.00    1.00    0.00

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.