Changeset 15219


Ignore:
Timestamp:
06/07/13 21:15:45 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/bamg/Mesh.cpp

    r15104 r15219  
    11041104        /*FUNCTION Mesh::AddMetric{{{*/
    11051105        void Mesh::AddMetric(BamgOpts* bamgopts){
    1106                 //  Hessiantype = 0 =>  H is computed using double P2 projection
     1106                //  Hessiantype = 0 =>  H is computed using double L2 projection
    11071107                //  Hessiantype = 1 =>  H is computed with green formula
    11081108
     
    11171117                }
    11181118                else{
    1119                         _error_("Hessiantype " << Hessiantype << " not supported yet (1->use Green formula, 0-> double P2 projection)");
     1119                        _error_("Hessiantype " << Hessiantype << " not supported yet (1->use Green formula, 0-> double L2 projection)");
    11201120                }
    11211121        }
     
    17501750        }
    17511751        /*}}}*/
    1752         /*FUNCTION Mesh::BuildMetric0 (double P2 projection){{{*/
     1752        /*FUNCTION Mesh::BuildMetric0 (double L2 projection){{{*/
    17531753        void Mesh::BuildMetric0(BamgOpts* bamgopts){
    17541754
Note: See TracChangeset for help on using the changeset viewer.