00001 void dbi_setup() 00002 { 00003 00005 // Set Ugli to use only database. 00006 UgliLoanPool::SetAlwaysUseDbi(true); 00007 // Use GeoGeometry for reconstruction instead of UgliGeometry 00008 UgliLoanPool::Instance()->SetUseGeo(true); 00009 00010 }
1.3.9.1