~jdpipe/ascend/trunk-old

« back to all changes in this revision

Viewing changes to base/generic/solver/discrete.h

  • Committer: johnpye
  • Date: 2006-10-26 10:18:53 UTC
  • Revision ID: svn-v4:f15cd148-d149-4907-926e-73cf92b3ee03:trunk:908
first attempt at merging with Ben's changes on the trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
 *  Implementation function for dis_mindex() (debug mode).
271
271
 *  Do not call this function directly - use dis_mindex() instead.
272
272
 */
273
 
extern void dis_set_mindexF(struct dis_discrete *dis, int32 index);
 
273
extern void dis_set_mindexF(struct dis_discrete *dis, int32 mindex);
274
274
/**<
275
275
 *  <!--  index = dis_mindex(dis)                                      -->
276
276
 *  <!--  dis_set_mindex(dis,index)                                    -->
312
312
 *  Implementation function for dis_sindex() (debug mode).
313
313
 *  Do not call this function directly - use dis_sindex() instead.
314
314
 */
315
 
extern void dis_set_sindexF(struct dis_discrete *dis, int32 index);
 
315
extern void dis_set_sindexF(struct dis_discrete *dis, int32 sindex);
316
316
/**<
317
317
 *  <!--  index = dis_sindex(dis)                                      -->
318
318
 *  <!--  dis_set_sindex(dis,index)                                    -->