ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
model22.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  */
00007 #include <admodel.h>
00008 
00009 void named_dvar3_array::allocate(const ad_integer& sl,
00010   const ad_integer& sh,const index_type& nrl,const index_type& nrh,
00011   const index_type& ncl,const index_type& nch,const char * s)
00012 {
00013   dvar3_array::allocate(sl,sh,nrl,nrh,ncl,nch);
00014   model_name_tag::allocate(s);
00015 }