|  | @ -196,7 +196,7 @@ namespace storm { | 
		
	
		
			
				|  |  |              |  |  |              | 
		
	
		
			
				|  |  |             // Open the file, dump the DD and close it again.
 |  |  |             // Open the file, dump the DD and close it again.
 | 
		
	
		
			
				|  |  |             std::vector<cudd::BDD> cuddBddVector = { this->getCuddBdd() }; |  |  |             std::vector<cudd::BDD> cuddBddVector = { this->getCuddBdd() }; | 
		
	
		
			
				|  |  |             FILE* filePointer = fopen(filename.c_str() , "w"); |  |  |  | 
		
	
		
			
				|  |  |  |  |  |             FILE* filePointer = fopen(filename.c_str() , "a+"); | 
		
	
		
			
				|  |  |             if (showVariablesIfPossible) { |  |  |             if (showVariablesIfPossible) { | 
		
	
		
			
				|  |  |                 ddManager->getCuddManager().DumpDot(cuddBddVector, ddVariableNames.data(), &ddNames[0], filePointer); |  |  |                 ddManager->getCuddManager().DumpDot(cuddBddVector, ddVariableNames.data(), &ddNames[0], filePointer); | 
		
	
		
			
				|  |  |             } else { |  |  |             } else { | 
		
	
	
		
			
				|  | 
 |