Skip to content

Commit

Permalink
correct boost typo; improve script
Browse files Browse the repository at this point in the history
  • Loading branch information
spahrenk committed Jul 27, 2023
1 parent e082681 commit 869b937
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions scripts/update-boost.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@
import re
import platform
import subprocess
import shlex
import shutil
import glob

# replace a word in a file
def find_and_replace(filename, word, replacement):
Expand Down
2 changes: 1 addition & 1 deletion vendor/boost-1.83.0/boost/geometry/util/math.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ inline T wrap_azimuth_in_radian(T const& azimuth)
while (result > pi) { result -= two_pi; }
while (result < -pi) { result += two_pi; }
return result;
};
}


#ifndef DOXYGEN_NO_DETAIL
Expand Down

0 comments on commit 869b937

Please sign in to comment.