- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- 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
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/mex
- Property svn:ignore
-
old new 1 __pycache__ 1 2 Makefile 2 3 .ignore.txt
-
- Property svn:ignore
-
issm/trunk/src/mex/ParsePetscOptions/ParsePetscOptions.cpp
r8910 r11995 19 19 20 20 /*Input datasets: */ 21 Fetch MatlabData(¶meters,PARAMETERS);22 Fetch MatlabData(&petscoptionsfilename,PETSCOPTIONSFILENAME);21 FetchData(¶meters,PARAMETERS); 22 FetchData(&petscoptionsfilename,PETSCOPTIONSFILENAME); 23 23 24 24 petscoptionsfid=fopen(petscoptionsfilename,"r"); … … 28 28 29 29 /*write output datasets: */ 30 Write MatlabData(PARAMETERSOUT,parameters);30 WriteData(PARAMETERSOUT,parameters); 31 31 32 32 /*Free ressources: */
Note:
See TracChangeset
for help on using the changeset viewer.