ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
adglobl.cpp
Go to the documentation of this file.
00001 /*
00002  * $Id$
00003  *
00004  * Author: David Fournier
00005  * Copyright (c) 2008-2012 Regents of the University of California
00006  */
00011 #include <admodel.h>
00012 
00013  int initial_params::straight_through_flag=0;
00014  unsigned char ad_comm::directory_prefix='\\';
00015  unsigned int ad_comm::wd_flag=0;
00016  adtimer * ad_comm::ptm=0;
00017  adtimer * ad_comm::ptm1=0;
00018  int ad_comm::bandwidth=0;
00019 
00020 #if defined(USE_ADPVM)
00021 adpvm_manager* ad_comm::pvm_manager = NULL;
00022 #endif
00023 
00024  int ad_comm::time_flag=0;
00025  adstring ad_comm::subdir;
00026  cifstream * ad_comm::global_datafile=NULL;
00027  cifstream * ad_comm::global_parfile=NULL;
00028  ofstream *  ad_comm::global_logfile=NULL;
00029  uistream *  ad_comm::global_bparfile=NULL;
00030  adstring ad_comm::adprogram_name;
00031  adstring ad_comm::working_directory_path;
00032  char ad_comm::option_flags[10];
00033  int ad_comm::argc=0;
00034  int ad_comm::no_pvm_flag=0;
00035  int ad_comm::no_atlas_flag=0;
00036  int ad_comm::print_hess_and_exit_flag;
00037  int ad_comm::no_ln_det_choleski_flag=0;
00038  char ** ad_comm::argv=NULL;
00039  double objective_function_value::fun_without_pen=0;