-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplification on CR23: ResizeTS function (#1729)
* Simplification on CR23: ResizeTS function * Returning resizeNoLost function as a free function
- Loading branch information
1 parent
d3bf301
commit 7988dde
Showing
2 changed files
with
23 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -141,5 +141,4 @@ uint64_t TimeSeries::memoryUsage() const | |
{ | ||
return timeSeries.memoryUsage(); | ||
} | ||
|
||
} // namespace Antares::Data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters