Overhaul implementation of Dimension%vector
the attribute Dimension%vector currently stores the cell size. This may lead to numerical problems when advancing in loops over Dimension%vector. The problem can be resolved, if Dimension%vector stores the cell's lower bound. This then calls for changes in all related subroutines, namely set_vector, from_other, get_weights.