Changeset 27024


Ignore:
Timestamp:
05/25/22 05:54:06 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor, change time to yts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/FemModel.cpp

    r26890 r27024  
    31053105void FemModel::UpdateConstraintsx(void){ /*{{{*/
    31063106
    3107         IssmDouble time;
     3107        IssmDouble time,yts;
    31083108        int        analysis_type,config_type;
    31093109
     
    31123112        parameters->FindParam(&config_type,ConfigurationTypeEnum);
    31133113        parameters->FindParam(&time,TimeEnum);
     3114        parameters->FindParam(&yts,ConstantsYtsEnum);
    31143115
    31153116        int index=AnalysisIndex(config_type);
     
    31173118
    31183119        /*start module: */
    3119         if(VerboseModule()) _printf0_("   Updating constraints and active domain of analysis " << EnumToStringx(analysis_type)  << " for time: " << time << "\n");
     3120        if(VerboseModule()) _printf0_("   Updating constraints and active domain of analysis " << EnumToStringx(analysis_type)  << " for time: " << time/yts << "\n");
    31203121
    31213122        Analysis* analysis= EnumToAnalysis(analysis_type);
     
    31293130        NodesDofx(nodes,parameters);
    31303131
    3131 }
    3132 /*}}}*/
     3132}/*}}}*/
    31333133int  FemModel::UpdateVertexPositionsx(void){ /*{{{*/
    31343134
Note: See TracChangeset for help on using the changeset viewer.