- Timestamp:
- May 19, 2010, 2:11:08 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppViz/src/ppVizPattern/ppVizPatternLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
/trunk merged: 28007-28008,28010,28013-28016,28019-28027
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/ppViz/src/ppVizPattern/ppVizPatternLoop.c
r26842 r28031 80 80 } 81 81 82 // Remove bias sections to avoid warnings 83 psMetadataItem *biassec = psMetadataLookup(readout->parent->concepts, "CELL.BIASSEC"); 84 if (psListLength(biassec->data.V)) { 85 psFree(biassec->data.V); 86 biassec->data.V = psListAlloc(NULL); 87 } 88 82 89 readout->data_exists = true; 83 90 readout->parent->data_exists = true;
Note:
See TracChangeset
for help on using the changeset viewer.
