IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18690


Ignore:
Timestamp:
Jul 23, 2008, 3:38:52 PM (18 years ago)
Author:
Paul Price
Message:

Do need check on NULL num_stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/stacktool.c

    r18689 r18690  
    191191            }
    192192            // Avoiding division by zero
    193             psStringAppend(&havingClause, " num_warp >= %f * num_stack",
     193            psStringAppend(&havingClause, " (num_warp >= %f * num_stack OR num_stack IS NULL)",
    194194                           (double)min_frac);
    195195        }
Note: See TracChangeset for help on using the changeset viewer.