Iget this error when I try to compile a c source program with icc. It compiles easily and quickly under gcc.
error: expression must have (pointer-to-) function type
ISGN = SIGN( 1.0, ZBND-ZTRG );
^
I do not know what it means and I searched the Intel forum to no avail. How do I get rid of this error?
Any help appreciated. Thanks in advance.
Newport_j



