Changeset 17984
- Timestamp:
- Jun 8, 2008, 2:29:20 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimArguments.c
r17959 r17984 53 53 psMetadataAddStr(arguments, PS_LIST_TAIL, "-galmodel", 0, "Type of Galaxy model", NULL); 54 54 psMetadataAddS32(arguments, PS_LIST_TAIL, "-bin", 0, "Binning in x and y", 1); 55 psMetadataAddBool(arguments, PS_LIST_TAIL, "+photom", 0, "Perform photometry on fake sources", 1);55 psMetadataAddBool(arguments, PS_LIST_TAIL, "+photom", 0, "Perform photometry on fake sources", false); 56 56 57 57 if (psArgumentGet (argc, argv, "-h")) { usage(argv[0], arguments, config); }
Note:
See TracChangeset
for help on using the changeset viewer.
