|  |  | @ -20,9 +20,6 @@ namespace tempest { | 
			
		
	
		
			
				
					|  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |         // Explicitly instantiate appropriate
 | 
			
		
	
		
			
				
					|  |  |  |         template class PreSafetyShield<double, typename storm::storage::SparseMatrix<double>::index_type>; | 
			
		
	
		
			
				
					|  |  |  |         template class PreSafetyShield<float, typename storm::storage::SparseMatrix<float>::index_type>; | 
			
		
	
		
			
				
					|  |  |  |         template class PreSafetyShield<int, typename storm::storage::SparseMatrix<int>::index_type>; | 
			
		
	
		
			
				
					|  |  |  |         template class PreSafetyShield<storm::storage::sparse::state_type, typename storm::storage::SparseMatrix<storm::storage::sparse::state_type>::index_type>; | 
			
		
	
		
			
				
					|  |  |  | #ifdef STORM_HAVE_CARL
 | 
			
		
	
		
			
				
					|  |  |  |         template class PreSafetyShield<storm::RationalNumber, typename storm::storage::SparseMatrix<storm::RationalNumber>::index_type>; | 
			
		
	
		
			
				
					|  |  |  | #endif
 | 
			
		
	
	
		
			
				
					|  |  | 
 |