IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9695


Ignore:
Timestamp:
Oct 20, 2006, 3:54:57 PM (20 years ago)
Author:
Paul Price
Message:

Require cell to read concepts from cell information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r9671 r9695  
    130130
    131131    bool success = true;                // Success in reading concepts?
    132     if (source & PM_CONCEPT_SOURCE_CELLS && !(*read & PM_CONCEPT_SOURCE_CELLS)) {
     132    if (source & PM_CONCEPT_SOURCE_CELLS && !(*read & PM_CONCEPT_SOURCE_CELLS) && cell) {
    133133        if (p_pmConceptsReadFromCells(target, *specs, cell)) {
    134134            *read |= PM_CONCEPT_SOURCE_CELLS;
Note: See TracChangeset for help on using the changeset viewer.