Changeset 648


Ignore:
Timestamp:
05/11/16 09:43:53 (8 years ago)
Author:
jbrlod
Message:

cleaning of the code to work with icc and without cadna

Location:
branches/pei_branchmix/yao
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pei_branchmix/yao/src/Translator.cpp

    r646 r648  
    64076407 
    64086408  aDeclaration << "short   YTabMocop[YNBMODUL][YNBOPERA] = {\n"; 
    6409  
     6409  if  (theOperatorTable.size()>0) 
    64106410  for (Table<Modul>::iterator mod = theModulTable.begin(); mod != theModulTable.end(); mod++) 
    64116411  { 
  • branches/pei_branchmix/yao/templates/Y$pname.cpp

    r647 r648  
    5454/*              LES INCLUDES DE DYNAMO ET POUR TOUT LE MONDE                 */ 
    5555//#include <iomanip.h> 
    56  
     56#ifdef YO_CADNA 
    5757#include <cadna.h> 
     58#endif 
    5859#include <iostream> 
    5960#include <iomanip> 
Note: See TracChangeset for help on using the changeset viewer.