Skip to content

Commit

Permalink
Revert "format"
Browse files Browse the repository at this point in the history
This reverts commit 4b96d27.
  • Loading branch information
payetvin committed Oct 15, 2024
1 parent 7cd1eb0 commit 9c87b88
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/libs/antares/paths/list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ size_t PathList::totalSizeInBytes() const
return size;
}

[[deprecated("remove with GUI")]]
[[ deprecated ("remove with GUI") ]]
uint PathList::internalDeleteAllEmptyFolders()
{
if (!pTmp || item.empty())
Expand Down
2 changes: 1 addition & 1 deletion src/libs/antares/study/load.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ void Study::reloadCorrelation()
internalLoadCorrelationMatrices(options);
}

[[deprecated("remove with GUI")]]
[[ deprecated ("remove with GUI") ]]
bool Study::reloadXCastData()
{
// if changes are required, please update AreaListLoadFromFolderSingleArea()
Expand Down
5 changes: 3 additions & 2 deletions src/libs/antares/study/output.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ namespace Antares::Data
namespace // anonymous
{

[[deprecated("remove with GUI")]] class OutputFolderIterator: public IO::Directory::IIterator<true>
[[ deprecated ("remove with GUI") ]]
class OutputFolderIterator: public IO::Directory::IIterator<true>
{
public:
using IteratorType = IO::Directory::IIterator<true>;
Expand Down Expand Up @@ -190,7 +191,7 @@ bool Output::loadFromFolder(const AnyString& folder)
return true;
}

[[deprecated("remove with GUI")]]
[[ deprecated ("remove with GUI") ]]
void Output::RetrieveListFromStudy(List& out, const Study& study)
{
out.clear();
Expand Down
2 changes: 1 addition & 1 deletion src/libs/antares/study/study.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ void Study::resizeAllTimeseriesNumbers(uint n)
bindingConstraintsGroups.resizeAllTimeseriesNumbers(n);
}

[[deprecated("remove with GUI")]]
[[ deprecated ("remove with GUI") ]]
bool Study::checkForFilenameLimits(bool output, const String& chfolder) const
{
enum
Expand Down
2 changes: 1 addition & 1 deletion src/libs/antares/study/study.extra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ bool Study::modifyAreaNameIfAlreadyTaken(AreaName& out, const AreaName& basename
return true;
}

[[deprecated("remove with GUI")]]
[[ deprecated ("remove with GUI") ]]
bool Study::TitleFromStudyFolder(const AnyString& folder, String& out, bool warnings)
{
String b;
Expand Down

0 comments on commit 9c87b88

Please sign in to comment.