Back to home page

darwin3

 
 

    


File indexing completed on 2025-06-16 20:02:18 UTC

view on githubraw file Latest commit 86f38990 on 2025-04-30 15:10:43 UTC
7f58e89433 Jean*0001 #ifndef CPP_OPTIONS_H
                0002 #define CPP_OPTIONS_H
                0003 
86f389907b Jean*0004 CBOP
                0005 C !ROUTINE: CPP_OPTIONS.h
                0006 C !INTERFACE:
                0007 C #include "CPP_OPTIONS.h"
                0008 
                0009 C !DESCRIPTION:
                0010 C *==================================================================*
                0011 C | main CPP options file for the model:
                0012 C | Control which optional features to compile in model/src code.
                0013 C *==================================================================*
                0014 CEOP
7f58e89433 Jean*0015 
86f389907b Jean*0016 C CPP flags controlling particular source code features
7f58e89433 Jean*0017 
86f389907b Jean*0018 C-- Other option files:
7f58e89433 Jean*0019 
                0020 C o Execution environment support options
                0021 #include "CPP_EEOPTIONS.h"
                0022 
86f389907b Jean*0023 C-  Place where multi-pkg header file ECCO_CPPOPTIONS.h used to be included
7f58e89433 Jean*0024 
                0025 #endif /* CPP_OPTIONS_H */