ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
d7arr2.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 //#include <d5arr.hpp>
13 
19  {
20  allocate();
21  }
22 
28  {
29  shape=NULL;
30  t = NULL;
31  }
void allocate(void)
Description not yet available.
Definition: d7arr2.cpp:27
d6_array * t
Definition: fvar.hpp:7057
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
vector_shape * shape
Definition: fvar.hpp:7056
d7_array()
Description not yet available.
Definition: d7arr2.cpp:18