Changes between Version 18 and Version 19 of ossimElevationSetup


Ignore:
Timestamp:
Feb 2, 2015, 10:27:55 AM (9 years ago)
Author:
okramer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimElevationSetup

    v18 v19  
    244244
    245245//---
    246 // Keyword:  elevation.elev_round_robin_size
    247 // Sets the number of instances of elevation databases to maintain for multithreading.
    248 // Should be set to the number of cores or a bit higher (1.2 X num cores)
     246// Defines the number of instances of elevation databases to maintain for multi-threading.
     247// Can be boolean "yes" or "true" to use all available cores, or an integer value for
     248// custom experimentation. Set to "no", "false", or 1 for no multi-threading. Default
     249// is "true".
    249250//---
    250 elevation_manager.elev_round_robin_size: 10
     251elevation_manager.threads: true
    251252}}}
    252253