PlayaRandomBlockMatrixBuilder.cpp

00001 /* @HEADER@ */
00002 //   
00003 /* @HEADER@ */
00004 
00005 
00006 #include "PlayaDefs.hpp"
00007 
00008 #ifdef HAVE_TEUCHOS_EXPLICIT_INSTANTIATION
00009 
00010 #include "PlayaRandomBlockMatrixBuilderImpl.hpp"
00011 
00012 namespace Playa
00013 {
00014 template class RandomBlockMatrixBuilder<double>;
00015 
00016 }
00017 
00018 #endif

doxygen