Ignore:
Timestamp:
04/08/21 09:28:44 (3 years ago)
Author:
ymipsl
Message:

Fix bad suffix context in generated object id
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_impl.hpp

    r1992 r2124  
    149149   const StdString& CObjectFactory::GetUIdBase(void) 
    150150   { 
    151       static const StdString base = "__"+CObjectFactory::CurrContext + "::" + U::GetName() + "_undef_id_"; 
     151      static StdString base ;  
     152      base = "__"+CObjectFactory::CurrContext + "::" + U::GetName() + "_undef_id_"; 
    152153      return base; 
    153154   } 
Note: See TracChangeset for help on using the changeset viewer.