Skip to content
Snippets Groups Projects
Commit 01543c32 authored by Sven Willner's avatar Sven Willner
Browse files

Minor fixes

parent 424afceb
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ $INSTALL_FOLDER/eccodes-$REPO_TAG_ECCODES;\
$INSTALL_FOLDER/eckit-$REPO_TAG_ECKIT;\
$INSTALL_FOLDER/fdb-$REPO_TAG_FDB;\
$INSTALL_FOLDER/cxx-healpix-$REPO_TAG_HEALPIX;\
$INSTALL_FOLDER/cfitsio-$REPO_TAG_CFITSIO\
$INSTALL_FOLDER/cfitsio-$REPO_TAG_CFITSIO;\
$INSTALL_FOLDER/fyaml-$REPO_TAG_FYAML;\
";
YAML=(
......
......@@ -144,7 +144,7 @@ bool Duration::operator>=(const Duration& other) const noexcept
void Duration::invert() noexcept
{
auto* td = static_cast<struct _timedelta*>(impl_);
td->sign = -td->sign;
td->sign *= -1;
}
} // namespace yaco::chrono
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment