mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-11 03:20:46 +01:00
Last commit before merge iwth upstream
This commit is contained in:
parent
d41d0d544f
commit
4a95bc39c8
@ -245,6 +245,7 @@ int main(int argc, char *argv[])
|
|||||||
else if(constModel)
|
else if(constModel)
|
||||||
{
|
{
|
||||||
init(0) = data.y(nt/4, 0)[central];
|
init(0) = data.y(nt/4, 0)[central];
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -266,9 +267,10 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
else if(constModel)
|
else if(constModel)
|
||||||
{
|
{
|
||||||
globMin.setLowLimit(p, -1.1*fabs(init(0)));
|
globMin.setLowLimit(p, -10*fabs(init(0)));
|
||||||
locMin.setLowLimit(p, 0.);
|
locMin.setLowLimit(p, -10*fabs(init(0)));
|
||||||
globMin.setHighLimit(p, 1.1*fabs(init(0)));
|
// cout << "Suppressing low limits" << endl;
|
||||||
|
globMin.setHighLimit(p, 10*fabs(init(0)));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user