| 
					
					
						
							
						
					
					
				 | 
				@ -553,7 +553,7 @@ namespace storm { | 
			
		
		
	
		
			
				 | 
				 | 
				                typename storm::storage::SparseMatrix<ValueType> fullTransitionMatrix = transitionMatrix.getSubmatrix( | 
				 | 
				 | 
				                typename storm::storage::SparseMatrix<ValueType> fullTransitionMatrix = transitionMatrix.getSubmatrix( | 
			
		
		
	
		
			
				 | 
				 | 
				                        true, allStates, allStates, true); | 
				 | 
				 | 
				                        true, allStates, allStates, true); | 
			
		
		
	
		
			
				 | 
				 | 
				                // delete diagonals
 | 
				 | 
				 | 
				                // delete diagonals
 | 
			
		
		
	
		
			
				 | 
				 | 
				              deleteProbDiagonals(fullTransitionMatrix, markovianStates); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				              //deleteProbDiagonals(fullTransitionMatrix, markovianStates); //for now leaving this out
 | 
			
		
		
	
		
			
				 | 
				 | 
				                typename storm::storage::SparseMatrix<ValueType> probMatrix{}; | 
				 | 
				 | 
				                typename storm::storage::SparseMatrix<ValueType> probMatrix{}; | 
			
		
		
	
		
			
				 | 
				 | 
				                uint64_t probSize = 0; | 
				 | 
				 | 
				                uint64_t probSize = 0; | 
			
		
		
	
		
			
				 | 
				 | 
				                if (probabilisticStates.getNumberOfSetBits() != 0) { //work around in case there are no prob states
 | 
				 | 
				 | 
				                if (probabilisticStates.getNumberOfSetBits() != 0) { //work around in case there are no prob states
 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |