Subversion Repositories public iLand

Rev

Rev 319 | Rev 550 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 319 Rev 340
Line 124... Line 124...
124
        Helper::msg(error_msg);
124
        Helper::msg(error_msg);
125
        return false;
125
        return false;
126
    }
126
    }
127
}
127
}
128
128
129
-
 
-
 
129
/** sets the "pointer" to a "position" (metric coordinates).
-
 
130
    All specified values are set (also the climate/species-set pointers).
-
 
131
*/
130
void Environment::setPosition(const QPointF position)
132
void Environment::setPosition(const QPointF position)
131
{
133
{
132
    // no changes occur, when the "environment" is not loaded
134
    // no changes occur, when the "environment" is not loaded
133
    if (!isSetup())
135
    if (!isSetup())
134
        return;
136
        return;