Opened 15 years ago

Last modified 15 years ago

#75 new enhancement

common initialization ?

Reported by: pinsard Owned by: somebody
Priority: minor Milestone:
Component: component1 Version:
Keywords: initialization common Cc:

Description

how common variables are initialized ?

Just after my init, I notice the following values of commons defined in cm_4mesh.pro

IDL> help,lat1
LAT1 (ZOOM_BOUNDARIES)
                FLOAT     =       1.00000
IDL> help,lat2
LAT2 (ZOOM_BOUNDARIES)
                FLOAT     =       1.50000
IDL> help,lon1
LON1 (ZOOM_BOUNDARIES) 
                FLOAT     =       1.00000
IDL> help,lon2
LON2 (ZOOM_BOUNDARIES)
                FLOAT     =       1.50000

Won't it be more explicit to initialize them to NaN ?

Change History (1)

comment:1 Changed 15 years ago by pinsard

  • Type changed from defect to enhancement
Note: See TracTickets for help on using tickets.