Changeset 919 for XIOS


Ignore:
Timestamp:
08/12/16 19:57:55 (8 years ago)
Author:
mhnguyen
Message:

Commit the workaround of Rémi on the problem of remap library when moving from Intel15 to Intel16

Test
+) No.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/extern/remap/src/clipper.cpp

    r856 r919  
    14891489} 
    14901490//------------------------------------------------------------------------------ 
    1491  
     1491#pragma optimize("",off) 
    14921492cInt Clipper::PopScanbeam() 
    14931493{ 
     
    14971497    return Y; 
    14981498} 
     1499#pragma optimize("",on) 
    14991500//------------------------------------------------------------------------------ 
    15001501 
Note: See TracChangeset for help on using the changeset viewer.