ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
d4arr3.cpp
Go to the documentation of this file.
1 
6 #include "fvar.hpp"
7 
10 {
11  allocate();
12 }
15 {
16  shape = NULL;
17  t = NULL;
18 }
void allocate(void)
Does not allocate, but initializes pointers to NULL.
Definition: d4arr3.cpp:14
d3_array * t
Definition: fvar.hpp:5164
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
four_array_shape * shape
Definition: fvar.hpp:5163
d4_array()
Default constructor.
Definition: d4arr3.cpp:9