Subversion Repositories public iLand

Rev

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

Rev 318 Rev 319
Line 154... Line 154...
154
            if (mKeys[col]==climateKey)
154
            if (mKeys[col]==climateKey)
155
                mCurrentClimate = (Climate*)mCreatedObjects[value];
155
                mCurrentClimate = (Climate*)mCreatedObjects[value];
156
156
157
        }
157
        }
158
158
159
    } //else
-
 
160
      //  throw IException(QString("Environment:setposition: invalid coordinates (or not present in input file): %1/%2").arg(position.x()).arg(position.y()));
-
 
-
 
159
    } else
-
 
160
        throw IException(QString("Environment:setposition: invalid coordinates (or not present in input file): %1m/%2m (mapped to indices %3/%4).")
-
 
161
                         .arg(position.x()).arg(position.y()).arg(ix).arg(iy));
161
}
162
}