Skip to content
  • Mark OLESEN's avatar
    de598751
    BUG: probes not written to probes/0 output (fixes #2452) · de598751
    Mark OLESEN authored
    - as part of #2358 the writing was changed to be lazy.
      Which means that files are only created before they are actually
      written, which helps avoid flooding the filesystem if sample-only
      is required and also handles case such as "rho.*" where the sampled
      fields are not known from the objectRegistry at startup.
    
    - now create any new files using the startTime value, which means they
      are easier to find but still retains the lazy construct.
    
      Don't expect any file collisions with this, but there could be some
      corner cases where the user has edited to remove fields (during
      runtime) and then re-edits to add them back in. In this case the
      file pointers would be closed but reopened later and overwriting
      the old probed values. This could be considered a feature or a bug.
    
    BUG: bad indexing for streamlines (fixes #2454)
    
    - a cut-and-paste error
    de598751
    BUG: probes not written to probes/0 output (fixes #2452)
    Mark OLESEN authored
    - as part of #2358 the writing was changed to be lazy.
      Which means that files are only created before they are actually
      written, which helps avoid flooding the filesystem if sample-only
      is required and also handles case such as "rho.*" where the sampled
      fields are not known from the objectRegistry at startup.
    
    - now create any new files using the startTime value, which means they
      are easier to find but still retains the lazy construct.
    
      Don't expect any file collisions with this, but there could be some
      corner cases where the user has edited to remove fields (during
      runtime) and then re-edits to add them back in. In this case the
      file pointers would be closed but reopened later and overwriting
      the old probed values. This could be considered a feature or a bug.
    
    BUG: bad indexing for streamlines (fixes #2454)
    
    - a cut-and-paste error
Loading