Changeset 5964


Ignore:
Timestamp:
Nov 17, 2008, 1:50:08 PM (16 years ago)
Author:
ole
Message:

Comments in C-code regarding platform bug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/urs_ext.c

    r5963 r5964  
    439439        // that as far as Python is concerned this file should be OK on both platforms.
    440440       
    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       
    444448       
    445449        /*
    446450        In Windows we get
     451       
    447452        Read 85 elements, muxdata[39]=0.999574
    448453        Read 85 elements, muxdata[39]=-0.087599
    449454        Read 85 elements, muxdata[39]=-0.087599
    450455       
    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
    452462        */
     463       
     464       
     465       
     466       
    453467       
    454468        // loop over stations present in the permutation array
Note: See TracChangeset for help on using the changeset viewer.