Changes between Version 18 and Version 19 of C Interface


Ignore:
Timestamp:
06/24/10 11:17:53 (16 years ago)
Author:
Stephen Siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • C Interface

    v18 v19  
    148148To combine an input with assumption:
    149149{{{
    150 #pragma TASS input assume N>0 && N*N<M
     150#pragma TASS input { N>0 && N*N<M }
    151151int N;
    152152}}}