Opened 6 years ago

Last modified 6 years ago

#1980 closed defect

Petascope should initialize array with null value instead of 0 — at Initial Version

Reported by: Dimitar Misev Owned by: Bang Pham Huu
Priority: major Milestone: 9.8
Component: petascope Version: 9.7
Keywords: Cc: Vlad Merticariu
Complexity: Medium

Description

When creating a coverage, the array that will hold the data is initialized first like this:

INSERT INTO test_1
VALUES <[0:0,0:0,0:0] {0l,0l,0l,0l,0l,0l,0l,0l,0l}> 
TILING ALIGNED [0:47, 0:19, 0:19] TILE SIZE 19200

The problem is that it is initialized with 0s as values. If the coverage has a null value, petascope should initialize it with the null value.

Change History (0)

Note: See TracTickets for help on using tickets.