Changeset 13687


Ignore:
Timestamp:
10/16/12 09:19:28 (12 years ago)
Author:
Eric.Larour
Message:

DEL: not needed

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

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/Makefile.am

    r13652 r13687  
    838838                        ./shared/TriMesh/SplitMeshForRifts.cpp\
    839839                        ./shared/TriMesh/TriMeshUtils.cpp\
    840                         ./modules/AddExternalResultx/AddExternalResultx.h\
    841                         ./modules/AddExternalResultx/AddExternalResultx.cpp\
    842840                        ./modules/Chacox/Chacox.h\
    843841                        ./modules/Chacox/Chacox.cpp\
  • issm/trunk-jpl/src/c/classes/FemModel.h

    r13634 r13687  
    5252                void InitFromFiles(char* rootpath, char* inputfilename, char* outputfilename, char* petscfilename, char* lockfilename, const int solution_type,const int* analyses,const int nummodels);
    5353
    54                 /*Methods: */
     54                /*Methods: {{{*/
    5555                void Echo();
    5656                void Solve(void);
     
    5858                void SetStaticComm();
    5959                void PrintBanner(void);
    60 
    61                 /*Fem: */
     60                /*}}}*/
     61                /*Fem: {{{*/
    6262                void  SetCurrentConfiguration(int configuration_type);
    6363                void  SetCurrentConfiguration(int configuration_type,int analysis_type);
     64                /*}}}*/
     65                /*Modules: {{{*/
     66
     67
     68
     69                /*}}}*/
    6470
    6571};
  • issm/trunk-jpl/src/c/modules/modules.h

    r13634 r13687  
    77
    88/*Modules: */
    9 #include "./AddExternalResultx/AddExternalResultx.h"
    109#include "./AverageFilterx/AverageFilterx.h"
    1110#include "./AverageOntoPartitionx/AverageOntoPartitionx.h"
Note: See TracChangeset for help on using the changeset viewer.