Changeset 3570 for issm/trunk/src/c/objects/Beam.cpp
- Timestamp:
- 04/19/10 16:26:55 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Beam.cpp
r3567 r3570 384 384 } 385 385 else 386 ISSMERROR( exprintf("%s%i%s\n","sub_analysis_type: ",sub_analysis_type," not supported yet"));386 ISSMERROR("%s%i%s\n","sub_analysis_type: ",sub_analysis_type," not supported yet"); 387 387 } 388 388 else{ 389 ISSMERROR( exprintf("%s%i%s\n","analysis: ",analysis_type," not supported yet"));389 ISSMERROR("%s%i%s\n","analysis: ",analysis_type," not supported yet"); 390 390 } 391 391 … … 435 435 } 436 436 else 437 ISSMERROR( exprintf("%s%i%s"," analysis ",analysis_type," not supported yet"));437 ISSMERROR("%s%i%s"," analysis ",analysis_type," not supported yet"); 438 438 } 439 439 else{ 440 ISSMERROR( exprintf("%s%i%s"," analysis ",analysis_type," not supported yet"));440 ISSMERROR("%s%i%s"," analysis ",analysis_type," not supported yet"); 441 441 } 442 442
Note:
See TracChangeset
for help on using the changeset viewer.