(file) Return to smpl_07.c CVS log (file) (dir) Up to [Development] / JSOC / proj / cookbook

Diff for /JSOC/proj/cookbook/smpl_07.c between version 1.1 and 1.2

version 1.1, 2009/08/03 21:43:15 version 1.2, 2009/09/08 19:07:07
Line 1 
Line 1 
 /* /*
  *  smpl_06.c                                           $DRMS/proj/cookbook/   *  smpl_07.c                                           $DRMS/proj/cookbook/
  *  *
  *  Populates a data series consisting of variable size images with random  *  Populates a data series consisting of variable size images with random
  *    data in   *    data from a selected distribution function
  *  Illustrates features of the DRMS_Array and DRMS_Segment structs, and  *  Illustrates features of the DRMS_Array and DRMS_Segment structs, and
  *    writing to DRMS record segments  *    writing to DRMS record segments
  *  *
  *  Usage:  *  Usage:
  *    smpl_06 [ds= cols= rows= ]   *    smpl_07 [ds= cols= rows= ]
  *  *
  *  Revision history is at end of file.  *  Revision history is at end of file.
  */  */
  
  
 char *module_name = "CookbookRecipe:06";  char *module_name = "CookbookRecipe:07";
 char *version_id = "1.0"; char *version_id = "1.0";
  
 #include <jsoc_main.h> #include <jsoc_main.h>


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Karen Tian
Powered by
ViewCVS 0.9.4