Changeset 2301


Ignore:
Timestamp:
09/23/09 15:59:52 (15 years ago)
Author:
Mathieu Morlighem
Message:

moved GriddataMesh2Grid to rash

Location:
issm/trunk/src/c
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/InterpFromMeshToGridx/InterpFromMeshToGridx.cpp

    r2294 r2301  
    5555
    5656        /*Set debug to 1 if there are lots of elements*/
    57         debug=(bool)((double)nels >= pow((double)10,(double)4));
     57        debug=(bool)((double)ncols*nlines*nels >= pow((double)10,(double)10));
    5858
    5959        /*Initialize coordintes and griddata*/
     
    9494
    9595                /*display current iteration*/
    96                 if (debug && fmod((double)n,(double)100)==0) printf("\b\b\b\b\b\b\b%5.2lf %%",(double)i/nels*100);
     96                if (debug && fmod((double)n,(double)100)==0) printf("\b\b\b\b\b\b\b%5.2lf %%",(double)n/nels*100);
    9797
    9898                /*Get extrema coordinates of current elements*/
  • issm/trunk/src/c/Makefile.am

    r2293 r2301  
    222222                                        ./Dux/Dux.h\
    223223                                        ./Dux/Dux.cpp\
    224                                         ./GriddataMeshToGridx/GriddataMeshToGridx.h\
    225                                         ./GriddataMeshToGridx/GriddataMeshToGridx.cpp\
    226224                                        ./ControlConstrainx/ControlConstrainx.h\
    227225                                        ./ControlConstrainx/ControlConstrainx.cpp\
     
    520518                                        ./Dux/Dux.h\
    521519                                        ./Dux/Dux.cpp\
    522                                         ./GriddataMeshToGridx/GriddataMeshToGridx.h\
    523                                         ./GriddataMeshToGridx/GriddataMeshToGridx.cpp\
    524520                                        ./ControlConstrainx/ControlConstrainx.h\
    525521                                        ./ControlConstrainx/ControlConstrainx.cpp\
  • issm/trunk/src/c/issm.h

    r2287 r2301  
    5353#include "./ControlConstrainx/ControlConstrainx.h"
    5454#include "./FieldDepthAveragex/FieldDepthAveragex.h"
    55 #include "./GriddataMeshToGridx/GriddataMeshToGridx.h"
    5655#include "./ComputePressurex/ComputePressurex.h"
    5756#include "./FieldExtrudex/FieldExtrudex.h"
Note: See TracChangeset for help on using the changeset viewer.