mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Merge pull request #433 from davidgiven/rawread
Don't crash when trying to read flux from a fl2 file where there isn't any.
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