Changeset 578 for XIOS/branchs


Ignore:
Timestamp:
03/23/15 11:11:29 (9 years ago)
Author:
rlacroix
Message:

Fix possibly incorrect error messages in case of NetCDF failure.

Some return statements were misplaced which could lead to unpredictable behavior.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/branchs/xios-1.0/src/output/netCdfInterface.cpp

    r524 r578  
    720720    modeMes = StdString("In the composed opening mode"); 
    721721    break; 
     722  } 
    722723  return modeMes; 
    723   } 
    724724} 
    725725 
     
    747747    modeMes = StdString("In the composed creation mode"); 
    748748    break; 
     749  } 
    749750  return modeMes; 
    750   } 
    751751} 
    752752 
Note: See TracChangeset for help on using the changeset viewer.