|
[Sponsors] |
September 22, 2010, 00:12 |
using DEFINE_ADJUST
|
#1 |
Senior Member
MASOUD
Join Date: Mar 2009
Posts: 102
Rep Power: 17 |
Hi all;
I wanna define a parameter to be increased 0.001 in each iteration: n+=0.001 I thought the best way could be DEFINE_ADJUST macro. I am wondering if the below code is correct: DEFINE_ADJUST(SUR,d) { u+=0.001; } Many thanks |
|
|
|