Changeset 11695 for issm/trunk-jpl/src/c/shared/Numerics/numerics.h
- Timestamp:
- 03/13/12 19:59:59 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Numerics/numerics.h
r10367 r11695 27 27 void UnitConversion(double* values, int numvalues,int direction_enum, int type_enum); 28 28 double UnitConversion(double value, int direction_enum, int type_enum); 29 char* OptionsFromAnalysis(Parameters* parameters,int analysis_type); 30 void XZvectorsToCoordinateSystem(double* T,double* xzvectors); 31 #ifdef _HAVE_PETSC_ 29 32 void PetscOptionsFromAnalysis(Parameters* parameters,int analysis_type); 30 void XZvectorsToCoordinateSystem(double* T,double* xzvectors); 33 #endif 31 34 32 35 #endif //ifndef _NUMERICS_H_
Note:
See TracChangeset
for help on using the changeset viewer.