Changeset 25978
- Timestamp:
- Nov 1, 2009, 3:45:45 PM (17 years ago)
- Location:
- trunk/Ohana/src/kapa2/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kapa2/src/Remap16.c
r25757 r25978 47 47 48 48 // set up expansions 49 if (picture[0].expand == -1) picture[0].expand = 1; 49 50 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 50 51 expand = expand_in = expand_out = 1.0; -
trunk/Ohana/src/kapa2/src/Remap24.c
r25757 r25978 31 31 32 32 // set up expansions 33 if (picture[0].expand == -1) picture[0].expand = 1; 33 34 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 34 35 expand = expand_in = expand_out = 1.0; -
trunk/Ohana/src/kapa2/src/Remap32.c
r25757 r25978 50 50 51 51 // set up expansions 52 if (picture[0].expand == -1) picture[0].expand = 1; 52 53 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 53 54 expand = expand_in = expand_out = 1.0; -
trunk/Ohana/src/kapa2/src/Remap8.c
r25757 r25978 30 30 31 31 // set up expansions 32 if (picture[0].expand == -1) picture[0].expand = 1; 32 33 assert ((picture[0].expand >= 1) || (picture[0].expand <= -2)); 33 34 expand = expand_in = expand_out = 1.0;
Note:
See TracChangeset
for help on using the changeset viewer.
