Changeset 36676
- Timestamp:
- Apr 20, 2014, 5:43:39 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140402/Ohana/src/opihi
- Files:
-
- 2 edited
-
cmd.data/vellipse.c (modified) (1 diff)
-
lib.shell/ListOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140402/Ohana/src/opihi/cmd.data/vellipse.c
r25757 r36676 228 228 */ 229 229 230 // XXX NOTE that PHI is defined with the wrong sign, should fix this... 230 231 opihi_flt fellipseOD (opihi_flt alpha, opihi_flt *par, int Npar, opihi_flt *dpar) { 231 232 -
branches/eam_branches/ipp-20140402/Ohana/src/opihi/lib.shell/ListOps.c
r36084 r36676 198 198 199 199 ptr = nextword (line); 200 if (!strncmp("-excel", ptr, strlen("-excel"))) ptr = nextword (ptr);201 if (!strncmp("-excel-style", ptr, strlen("-excel-style"))) ptr = nextword (ptr);202 ptr = nextword (ptr);203 200 if (!strncmp("-excel", ptr, strlen("-excel"))) ptr = nextword (ptr); 204 201 if (!strncmp("-excel-style", ptr, strlen("-excel-style"))) ptr = nextword (ptr);
Note:
See TracChangeset
for help on using the changeset viewer.
