ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
shape.cpp
Go to the documentation of this file.
00001 /*
00002  * $Id$
00003  *
00004  * Author: David Fournier
00005  * Copyright (c) 2008-2012 Regents of the University of California
00006  */
00011 #include "fvar.hpp"
00012  /*
00013   void vector_shapex::operator delete(void * ptr,size_t n)
00014   {
00015     xpool->free(ptr);
00016   }
00017  */
00018 
00023 void vector_shape::shift(int min)
00024 {
00025   index_max=index_max-index_min+min;
00026   index_min=min;
00027 }
00028 
00033 void vector_shapex::shift(int min)
00034 {
00035   index_max=index_max-index_min+min;
00036   index_min=min;
00037 }