Ignore:
Timestamp:
Aug 8, 2008, 9:28:34 AM (16 years ago)
Author:
ole
Message:

Added error check in xml_tools to catch text nodes followed by non-text nodes.
This was in response to an error in one of the license files (not yet fixed).

File:
1 edited

Legend:

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

    r5612 r5628  
    22gcc -fPIC -c urs_ext.c -I/usr/include/python2.5 -o urs_ext.o -Wall -O
    33gcc -shared urs_ext.o  -o urs_ext.so
    4 */
    5 
    6 /*
    7 This file was reverted from changeset:5484 to changeset:5470 on 10th July
    8 by Ole.
    94*/
    105
     
    3025
    3126static long numDataMax=0;
     27
     28
     29/*The MUX file format
     30
     31
     32 */
     33
     34
    3235
    3336/////////////////////////////////////////////////////////////////////////
     
    294297    }
    295298
     299   
    296300    // Store time resolution and number of timesteps   
    297301    // These are the same for all stations as tested above, so
     
    394398    muxData = (float*) malloc(numDataMax*sizeof(float));
    395399   
    396     /* Loop over all sources */
     400    // Loop over all sources
    397401    for (isrc = 0; isrc < numSrc; isrc++)
    398402    {
     
    437441                          total_number_of_stations,
    438442                          number_of_time_steps,
    439                           mytgs0[ista].ig,
     443                          mytgs0[ista].ig, // Grid number (if -1 fill with zeros)
    440444                          fros_per_source,
    441445                          lros_per_source,
Note: See TracChangeset for help on using the changeset viewer.