Changeset 24506


Ignore:
Timestamp:
01/10/20 16:01:58 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor compiler warning

File:
1 edited

Legend:

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

    r23066 r24506  
    7070                        break;
    7171                default:
    72                         _error_("Tree type "<<this->treetype<<" not supported yet (1: quadtree, 2: covertree)");
     72                        _printf_("Tree type "<<this->treetype<<" not supported yet (1: quadtree, 2: covertree)");
    7373        }
    7474        return;
Note: See TracChangeset for help on using the changeset viewer.