Note: You must be registered in order to post a reply.To register, click here. Registration is FREE!
quote:Originally posted by YimingChenTo initialize the parameter list, use the syntax: my_params params; params.a = a; params.Lc = Lc; params.fi = fi; ... James
my_params params; params.a = a; params.Lc = Lc; params.fi = fi; ...