Changeset 12168 for issm/branches/trunk-jpl-damage/src/c/objects/OptArgs.h
- Timestamp:
- 05/01/12 17:28:47 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in 17 15 stamp-h1 18 16 svn-commit* 19 nightlylog
-
- Property svn:mergeinfo changed
/issm/trunk merged: 11526,11533,11681-11682,11710,11778-11779,11995 /issm/trunk-jpl merged: 11992-11994,11996-12003,12005-12113,12115-12161,12163-12166
- Property svn:ignore
-
issm/branches/trunk-jpl-damage/src/c/objects/OptArgs.h
r12004 r12168 6 6 #define _OPTARGS_H_ 7 7 8 #if defined(_HAVE_MATLAB_) && defined(_SERIAL_)9 10 #include "mex.h"11 struct OptArgs{12 char* function_name;13 mxArray* femmodel;14 };15 16 #else17 18 8 class Model; 19 9 struct OptArgs{ 20 10 FemModel* femmodel; 21 11 }; 22 #endif23 12 24 13 #endif
Note:
See TracChangeset
for help on using the changeset viewer.