|  | @ -14,11 +14,6 @@ namespace storm { | 
		
	
		
			
				|  |  |             // Intentionally left empty.
 |  |  |             // Intentionally left empty.
 | 
		
	
		
			
				|  |  |         } |  |  |         } | 
		
	
		
			
				|  |  |          |  |  |          | 
		
	
		
			
				|  |  |         template<DdType LibraryType> |  |  |  | 
		
	
		
			
				|  |  |         Dd<LibraryType>::~Dd() { |  |  |  | 
		
	
		
			
				|  |  |             // Intentionally left empty.
 |  |  |  | 
		
	
		
			
				|  |  |         } |  |  |  | 
		
	
		
			
				|  |  |          |  |  |  | 
		
	
		
			
				|  |  |         template<DdType LibraryType> |  |  |         template<DdType LibraryType> | 
		
	
		
			
				|  |  |         bool Dd<LibraryType>::containsMetaVariable(storm::expressions::Variable const& metaVariable) const { |  |  |         bool Dd<LibraryType>::containsMetaVariable(storm::expressions::Variable const& metaVariable) const { | 
		
	
		
			
				|  |  |             return containedMetaVariables.find(metaVariable) != containedMetaVariables.end(); |  |  |             return containedMetaVariables.find(metaVariable) != containedMetaVariables.end(); | 
		
	
	
		
			
				|  | 
 |