Ignore:
Timestamp:
12/17/18 10:19:12 (5 years ago)
Author:
oabramkina
Message:

Trunk: limiting the line length to 132 characters in the Fortran interface + updating the interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/object_template_impl.hpp

    r1622 r1626  
    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.