]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
On Mac OSX, the linker complains about files with no symbols as well.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Jan 2007 22:21:26 +0000 (22:21 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 16 Jan 2007 22:21:26 +0000 (22:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@14319 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/source/petsc_block_sparse_matrix.cc

index d20c90708eee28132bdb3c13f4a36e8f8c67f536..4017e653916d4d0896ca83d85c4daecd52af59d2 100644 (file)
@@ -98,4 +98,8 @@ namespace PETScWrappers
   
 DEAL_II_NAMESPACE_CLOSE
 
+#else // #if DEAL_II_USE_PETSC
+// On gcc2.95 on Alpha OSF1, the native assembler does not like empty
+// files, so provide some dummy code
+namespace { void dummy () {} }
 #endif

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.