Changeset 5964
- Timestamp:
- Nov 17, 2008, 1:50:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/shallow_water/urs_ext.c
r5963 r5964 439 439 // that as far as Python is concerned this file should be OK on both platforms. 440 440 441 // These printouts are enough to show the problem when compared on the two platforms 442 printf("\nRead %d elements, ", (int) numData); 443 printf("muxdata[%d]=%f\n", 39, muxData[39]); 441 442 443 // These printouts are enough to show the problem when compared 444 // on the two platforms 445 //printf("\nRead %d elements, ", (int) numData); 446 //printf("muxdata[%d]=%f\n", 39, muxData[39]); 447 444 448 445 449 /* 446 450 In Windows we get 451 447 452 Read 85 elements, muxdata[39]=0.999574 448 453 Read 85 elements, muxdata[39]=-0.087599 449 454 Read 85 elements, muxdata[39]=-0.087599 450 455 451 I Linux we get (the correct) 456 457 In Linux we get (the correct) 458 459 Read 85 elements, muxdata[39]=0.999574 460 Read 85 elements, muxdata[39]=-0.087599 461 Read 85 elements, muxdata[39]=1.490349 452 462 */ 463 464 465 466 453 467 454 468 // loop over stations present in the permutation array
Note: See TracChangeset
for help on using the changeset viewer.