Make it compile on windows
This commit is contained in:
		
							parent
							
								
									02677464b1
								
							
						
					
					
						commit
						e9d6869500
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -22,7 +22,7 @@ bool saveData(const std::string& exportName, const ModelData& data, const std::f
 | 
			
		|||
		++classIndex;
 | 
			
		||||
	} while(std::filesystem::exists(outDir/filename));
 | 
			
		||||
 | 
			
		||||
	if(!saveToDisk(eis::EisSpectra(data.data, data.modelStr, data.id + ", \"" + std::string(originFile.filename()) + "\""), outDir/filename))
 | 
			
		||||
	if(!saveToDisk(eis::EisSpectra(data.data, data.modelStr, data.id + ", \"" + originFile.filename().string() + "\""), outDir/filename))
 | 
			
		||||
	{
 | 
			
		||||
		std::cerr<<"Unable to save to "<<outDir/filename;
 | 
			
		||||
		return false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue