Ignore:
Timestamp:
05/26/11 13:34:49 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/iface/interface.cpp.in

    r202 r205  
    365365void xios_update_calendar(int step) 
    366366{ 
    367  
     367   try 
     368   { 
     369   } 
     370   catch (CException & exc) 
     371   { 
     372      std::cerr << exc.getMessage() << std::endl; 
     373      exit (EXIT_FAILURE); 
     374   } 
    368375} 
    369376 
     
    373380                       double ts_hour, double ts_minute, double ts_second) 
    374381{ 
    375  
    376  
     382   try 
     383   { 
     384   } 
     385   catch (CException & exc) 
     386   { 
     387      std::cerr << exc.getMessage() << std::endl; 
     388      exit (EXIT_FAILURE); 
     389   } 
    377390} 
    378391 
Note: See TracChangeset for help on using the changeset viewer.