Changeset 12564


Ignore:
Timestamp:
06/27/12 12:08:25 (13 years ago)
Author:
utke
Message:

reCast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/DistributeNumDofs.cpp

    r12493 r12564  
    6161                        doftype[5]=StokesApproximationEnum;
    6262                }
    63                 else _error2_("Approximationtype " << (int)*vertices_type << " (" << EnumToStringx((int)*vertices_type) << ") not implemented yet for DiagnosticHoriz");
     63                else _error2_("Approximationtype " << reCast<int>(*vertices_type) << " (" << EnumToStringx(reCast<int>(*vertices_type)) << ") not implemented yet for DiagnosticHoriz");
    6464        }
    6565        else if (analysis_type==DiagnosticVertAnalysisEnum){
Note: See TracChangeset for help on using the changeset viewer.