Ignore:
Timestamp:
10/04/21 06:39:42 (3 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing extraneous lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Cfsurfacesquare.h

    r25508 r26469  
    2626                IssmDouble      datatime;
    2727                bool                    timepassedflag;
    28                
     28
    2929                IssmDouble  misfit; //value carried over in time.
    30                
     30
    3131                /*Cfsurfacesquare constructors, destructors :*/
    3232                Cfsurfacesquare();
    3333                Cfsurfacesquare(char* in_name, int in_definitionenum, int in_model_enum, int in_observation_enum, int in_weights_enum, IssmDouble in_datatime, bool timepassedflag);
    3434                ~Cfsurfacesquare();
    35                
     35
    3636                /*Object virtual function resolutoin: */
    3737                Object* copy();
     
    4141                void Marshall(MarshallHandle* marshallhandle);
    4242                int ObjectEnum(void);
    43                
     43
    4444                /*Definition virtual function resolutoin: */
    4545                int DefinitionEnum();
Note: See TracChangeset for help on using the changeset viewer.