1 // Copyright (C) 2004, 2006 International Business Machines and others.
2 // All Rights Reserved.
3 // This code is published under the Common Public License.
4 //
5 // $Id: IpObserver.cpp 759 2006-07-07 03:07:08Z andreasw $
6 //
7 // Authors:  Carl Laird, Andreas Waechter     IBM    2004-08-13
8 
9 #include "IpObserver.hpp"
10 
11 namespace SimTKIpopt
12 {
13 #ifdef IP_DEBUG_OBSERVER
14   const Index Observer::dbg_verbosity = 0;
15   const Index Subject::dbg_verbosity = 0;
16 #endif
17 
preventNoSymbolsWarningInIpObserver()18 void preventNoSymbolsWarningInIpObserver() {}
19 } // namespace Ipopt
20