Changeset 4014


Ignore:
Timestamp:
06/03/10 12:10:21 (15 years ago)
Author:
Eric.Larour
Message:

small typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/solutions/diagnostic.cpp

    r4013 r4014  
    8181                        _printf_("call computational core:\n");
    8282                        MPI_Barrier(MPI_COMM_WORLD); start_core=MPI_Wtime( );
    83                         iagnostic_core(femmodel);
     83                        diagnostic_core(femmodel);
    8484                        MPI_Barrier(MPI_COMM_WORLD); finish_core=MPI_Wtime( );
    8585
     
    8989                        _printf_("call computational core:\n");
    9090                        MPI_Barrier(MPI_COMM_WORLD); start_core=MPI_Wtime( );
    91                         ontrol_core(femmodel);
     91                        control_core(femmodel);
    9292                        MPI_Barrier(MPI_COMM_WORLD); finish_core=MPI_Wtime( );
    9393
     
    9595
    9696                _printf_("write results to disk:\n");
    97                 OutputResults(outputfilename);
     97                OutputResults(femmodel,outputfilename);
    9898        }
    9999        else{
Note: See TracChangeset for help on using the changeset viewer.