ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
f4arr3.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
11 #include "fvar.hpp"
12 
15 {
16  allocate();
17 }
18 
21 {
22  shape=NULL;
23  t = NULL;
24 }
four_array_shape * shape
Definition: fvar.hpp:5435
void allocate(void)
Initializes to NULL.
Definition: f4arr3.cpp:20
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
dvar3_array * t
Definition: fvar.hpp:5436
dvar4_array()
Default Constructor.
Definition: f4arr3.cpp:14