Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Dec 29, 2023
1 parent ba93dec commit 687667a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ include(cmake/HandleCCache.cmake) # ccache
include(cmake/HandleCPack.cmake) # CPack
include(cmake/HandleEigen.cmake) # Eigen3
include(cmake/HandleMetis.cmake) # metis
include(cmake/HandleCephes.cmake) # cephes
include(cmake/HandleCephes.cmake) # cephes
include(cmake/HandleMKL.cmake) # MKL
include(cmake/HandleOpenMP.cmake) # OpenMP
include(cmake/HandlePerfTools.cmake) # Google perftools
Expand Down
2 changes: 1 addition & 1 deletion gtsam/3rdparty/cephes/cephes/cephes_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#define psi cephes_psi
#define rgamma cephes_rgamma
#define riemann_zeta cephes_riemann_zeta
// #define round cephes_round
// #define round cephes_round // Commented out since it clashes with std::round
#define shichi cephes_shichi
#define sici cephes_sici
#define radian cephes_radian
Expand Down

0 comments on commit 687667a

Please sign in to comment.