-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small refactoring CR23 - File deletion (#1732)
Removing the deletion of deprecated files (hydro max power TS) Because : - The loading code area is not the place to delete deprecated files - Removing deleted files can be done with the cleaner instead - There is no other place where we remove deprecated file when running the solver, so why now ?
- Loading branch information
1 parent
7988dde
commit 3da3b13
Showing
2 changed files
with
0 additions
and
9 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
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 |
---|---|---|
|
@@ -1541,6 +1541,5 @@ void Study::computePThetaInfForThermalClusters() const | |
} | ||
} | ||
} | ||
|
||
} // namespace Antares::Data | ||
|