]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Replace #if by the proper #ifdef.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Oct 2004 21:26:43 +0000 (21:26 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Oct 2004 21:26:43 +0000 (21:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@9688 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_accessor.cc

index 9239f8e4ebe4847c52b3f33a2c523938207233cc..3a5c39f3a0f1530520c45e7b47e83b79f781e404 100644 (file)
@@ -678,7 +678,7 @@ DoFObjectAccessor<1,deal_II_dimension>::set_dof_values<BlockVector<float>,float>
 (const Vector<float>&, BlockVector<float>&) const;
 
 // for Petsc vectors
-#if DEAL_II_USE_PETSC
+#ifdef DEAL_II_USE_PETSC
 template
 void
 DoFObjectAccessor<1,deal_II_dimension>::get_dof_values<PETScWrappers::Vector,double>
@@ -784,7 +784,7 @@ DoFObjectAccessor<2,deal_II_dimension>::set_dof_values<BlockVector<float>,float>
 (const Vector<float>&, BlockVector<float>&) const;
 
 // for Petsc vectors
-#if DEAL_II_USE_PETSC
+#ifdef DEAL_II_USE_PETSC
 template
 void
 DoFObjectAccessor<2,deal_II_dimension>::get_dof_values<PETScWrappers::Vector,double>
@@ -894,7 +894,7 @@ DoFObjectAccessor<3,deal_II_dimension>::set_dof_values<BlockVector<float>,float>
 (const Vector<float>&, BlockVector<float>&) const;
 
 // for Petsc vectors
-#if DEAL_II_USE_PETSC
+#ifdef DEAL_II_USE_PETSC
 template
 void
 DoFObjectAccessor<3,deal_II_dimension>::get_dof_values<PETScWrappers::Vector,double>
@@ -1025,7 +1025,7 @@ set_dof_values_by_interpolation<BlockVector<float>,float>
 (const Vector<float>&, BlockVector<float>&) const;
 
 // for Petsc vectors
-#if DEAL_II_USE_PETSC
+#ifdef DEAL_II_USE_PETSC
 template
 void
 DoFCellAccessor<deal_II_dimension>::

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.