ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
f3arr17.cpp
Go to the documentation of this file.
00001 
00006 #include "fvar.hpp"
00007 
00011 dvar3_array::dvar3_array()
00012 {
00013   allocate();
00014 }
00018 void dvar3_array::allocate()
00019 {
00020   shape = NULL;
00021   t = NULL;
00022 }