Skip to content

Commit

Permalink
update map_query
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaiton committed Jan 26, 2024
1 parent e2ce096 commit 5df7111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fclaw_map_query.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ int FCLAW_MAP_IS_SPHERE(fclaw_map_context_t** cont);
#define FCLAW_MAP_IS_HEMISPHERE FCLAW_F77_FUNC_(fclaw_map_is_hemisphere,FCLAW_MAP_IS_HEMISPHERE)
int FCLAW_MAP_IS_HEMISPHERE(fclaw_map_context_t** cont);

#define FCLAW_MAP_IS_TORUS FCLAW_F77_FUNC_(fclaw_map_is_torus,FCLAW2D_MAP_TORUS)
#define FCLAW_MAP_IS_TORUS FCLAW_F77_FUNC_(fclaw_map_is_torus,FCLAW_MAP_IS_TORUS)
int FCLAW_MAP_IS_TORUS(fclaw_map_context_t** cont);

#define FCLAW_MAP_IS_BRICK FCLAW_F77_FUNC_(fclaw_map_is_brick,FCLAW2D_MAP_BRICK)
#define FCLAW_MAP_IS_BRICK FCLAW_F77_FUNC_(fclaw_map_is_brick,FCLAW_MAP_IS_BRICK)
int FCLAW_MAP_IS_BRICK(fclaw_map_context_t** cont);


Expand Down

0 comments on commit 5df7111

Please sign in to comment.