Changeset 23041
- Timestamp:
- 08/02/18 15:22:54 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/shared/FSanalyticals/fsanalyticals.cpp ¶
r22103 r23041 21 21 #include "../shared.h" 22 22 23 //#define GOCOMPILE 0 24 #ifdef GOCOMPILE 23 25 IssmDouble fx(IssmDouble x,IssmDouble y,IssmDouble z,int testid){ /*{{{*/ 24 26 IssmDouble p=2; … … 213 215 } 214 216 /*}}}*/ 215 217 #else 218 IssmDouble fx(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");} 219 IssmDouble fy(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");} 220 IssmDouble fz(IssmDouble x,IssmDouble y,IssmDouble z,int testid){_error_("recompile with GOCOMPILE defined in this file (uncomment line 23)");} 221 IssmDouble 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.