Skip to content

Commit

Permalink
bugfix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rodluger committed Oct 13, 2021
1 parent 7ccf563 commit d57c570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starry/_core/ops/lib/include/oblate/occultation.h
Expand Up @@ -20,7 +20,8 @@ namespace occultation {
using namespace utils;
using namespace numerical;
using namespace geometry;
using std::min, std::max;
using std::min;
using std::max;

template <class Scalar, int N> class Occultation {

Expand Down

0 comments on commit d57c570

Please sign in to comment.