ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
except.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 
18 {
19  cerr << "Index " << i << " out of bounds minvalue = " << imin
20  << " maxvalue = " << imax << endl;
21 }
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
vector_range_exception(int i, int imin, int imax)
Description not yet available.
Definition: except.cpp:17