Ignore:
Timestamp:
01/14/19 11:42:58 (5 years ago)
Author:
oabramkina
Message:

Backporting r1626 to dev before merging it to trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/object_template_impl.hpp

    r1612 r1636  
    477477     oss << iendl; 
    478478     oss << "#include <boost/multi_array.hpp>" << iendl; 
    479      oss << "#include <boostXXX/shared_ptr.hpp>" << iendl; 
    480479     oss << "#include \"xios.hpp\"" << iendl; 
    481480     oss << "#include \"attribute_template.hpp\"" << iendl; 
     
    511510     oss << "INTERFACE" << iendl++; 
    512511     oss << "! Do not call directly / interface FORTRAN 2003 <-> C99"; 
    513      SuperClassMap::generateFortran2003Interface(oss,className); 
     512     SuperClassMap::generateFortran2003Interface(oss, className); 
    514513     oss << iendl--; 
    515514     oss << "END INTERFACE" << iendl--; 
Note: See TracChangeset for help on using the changeset viewer.