ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
model24.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 param_init_bounded_dev_vector& param_init_bounded_dev_vector::operator=(
00010   const dvector& m)
00011 {
00012   dvar_vector::operator=(m);
00013   return *this;
00014 }
00015 param_init_bounded_dev_vector& param_init_bounded_dev_vector::operator=(
00016   const dvar_vector& m)
00017 {
00018   dvar_vector::operator=(m);
00019   return *this;
00020 }
00021 
00022 param_init_bounded_dev_vector& param_init_bounded_dev_vector::operator=(
00023   const prevariable& m)
00024 {
00025   dvar_vector::operator=(m);
00026   return *this;
00027 }
00028 
00029 param_init_bounded_dev_vector& param_init_bounded_dev_vector::operator=(
00030   const double& m)
00031 {
00032   dvar_vector::operator=(m);
00033   return *this;
00034 }