Re: question about linking parameters

From: Manfred Hanke <Manfred.Hanke_at_email.domain.hidden>
Date: Fri, 27 Feb 2009 20:29:43 +0100
Hi Juan,

> I wonder how to unlink parameters once they were linked. For example, I have:
>> set_par("my_model(1).temperature3","10^(log10(my_model(1).temperature2)-0.1)");

I think the official way would be

    set_par_fun("my_model(1).temperature3", NULL);

but

    set_par("my_model(1).temperature3", NULL);

probably works as well.
I actually wonder whether set_par_fun is really needed besides set_par...

Cheers,

Manfred
----
You received this message because you are
subscribed to the isis-users list.
To unsubscribe, send a message to
isis-users-request_at_email.domain.hiddenwith the first line of the message as:
unsubscribe
Received on Fri Feb 27 2009 - 14:30:08 EST

This archive was generated by hypermail 2.2.0 : Fri Feb 27 2009 - 20:46:59 EST