Changeset 23041


Ignore:
Timestamp:
08/02/18 15:22:54 (7 years ago)
Author:
erobo
Message:

CHG: for god's sake, don't compile this file unless absolutely necessary (some files have too many characters and it takes for ever for the compiler to go through it)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/shared/FSanalyticals/fsanalyticals.cpp

    r22103 r23041  
    2121#include "../shared.h"
    2222
     23//#define GOCOMPILE 0
     24#ifdef GOCOMPILE
    2325IssmDouble fx(IssmDouble x,IssmDouble y,IssmDouble z,int testid){ /*{{{*/
    2426        IssmDouble p=2;
     
    213215}
    214216/*}}}*/
    215 
     217#else
     218IssmDouble fx(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
     219IssmDouble fy(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
     220IssmDouble fz(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
     221IssmDouble alpha(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");}
     222#endif
Note: See TracChangeset for help on using the changeset viewer.