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