mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Don't crash when trying to read flux from a fl2 file where there isn't any
flux.
This commit is contained in:
		| @@ -31,7 +31,7 @@ public: | ||||
| 				return std::make_unique<Fluxmap>(track.flux()); | ||||
| 		} | ||||
|  | ||||
| 		return std::unique_ptr<Fluxmap>(); | ||||
| 		return std::make_unique<Fluxmap>(); | ||||
|     } | ||||
|  | ||||
|     void recalibrate() {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user