Changeset 703 for trunk/thirds/saga2zcfg
- Timestamp:
- Jun 30, 2015, 2:06:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/thirds/saga2zcfg/saga2zcfg.c
r638 r703 188 188 for(int k=0;k<pc;k++){ 189 189 CSG_Parameter * param=params->Get_Parameter(k); 190 190 191 if(CSG_String(param->Get_Type_Identifier()).is_Same_As(CSG_String("parameters"),true)){ 192 int pc0=param->asParameters()->Get_Count(); 193 int l; 194 fprintf(stderr,"%s\n",CSG_String(param->Get_Name()).b_str()); 195 for(l=0;l<pc0;l++){ 196 CSG_Parameter * param0=param->asParameters()->Get_Parameter(l); 197 fprintf(stderr,"%s\n",CSG_String(param0->Get_Type_Identifier()).b_str()); 198 } 199 } 200 191 201 // Node should be used for defining Complex ComplexData 192 202 if(CSG_String(param->Get_Type_Identifier()).is_Same_As(CSG_String("color"))){
Note: See TracChangeset
for help on using the changeset viewer.