Changeset 20917
- Timestamp:
- Dec 7, 2008, 1:21:34 PM (17 years ago)
- Location:
- branches/eam_branch_20081124/Ohana/src/opihi/dvo
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081124/Ohana/src/opihi/dvo/imbox.c
r20873 r20917 99 99 } 100 100 101 Xvec.Nelements = Xvec.Nelements = 8;101 Xvec.Nelements = Yvec.Nelements = 8; 102 102 if (InPic) { 103 103 graphmode.style = 2; /* points */ -
branches/eam_branch_20081124/Ohana/src/opihi/dvo/imdense.c
r20873 r20917 60 60 } 61 61 62 Xvec.Nelements = Xvec.Nelements = N;62 Xvec.Nelements = Yvec.Nelements = N; 63 63 if (N > 0) { 64 64 graphmode.style = 2; /* points */ -
branches/eam_branch_20081124/Ohana/src/opihi/dvo/showtile.c
r20873 r20917 81 81 } 82 82 83 Xvec.Nelements = Xvec.Nelements = N;83 Xvec.Nelements = Yvec.Nelements = N; 84 84 if (N > 0) { 85 85 graphmode.style = 2; /* points */ -
branches/eam_branch_20081124/Ohana/src/opihi/dvo/skycat.c
r20873 r20917 96 96 97 97 gprint (GP_ERR, "plotting %d catalogs\n", Npts/8); 98 Xvec.Nelements = Xvec.Nelements = Npts;98 Xvec.Nelements = Yvec.Nelements = Npts; 99 99 if (Npts > 0) { 100 100 graphmode.style = 2; /* points */
Note:
See TracChangeset
for help on using the changeset viewer.
