Skip to content

Commit

Permalink
smurf: Correct comment about tile region keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
grahambell committed Oct 31, 2013
1 parent eacf736 commit 511d1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/smurf/libsmf/smf_jsatiles_region.c
Expand Up @@ -218,7 +218,7 @@ int *smf_jsatiles_region( AstRegion *region, smf_inst_t instrument,
status );

/* See if this Region overlaps the user supplied region. Set the value of
the KeyMap entry to +1 or -1 accordingly. */
the KeyMap entry to +1 or 0 accordingly. */
overlap = astOverlap( tregion, region );
if( overlap == 0 ) {
if( *status == SAI__OK ) {
Expand Down

0 comments on commit 511d1de

Please sign in to comment.