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 }
Generated on Tue Mar 8 2016 19:51:35 for ADMB Documentation by 1.8.0 |