Changeset 10791 in ntrip for trunk/BNC/newmat/newmatio.h


Ignore:
Timestamp:
Dec 3, 2025, 5:37:16 PM (5 months ago)
Author:
mervart
Message:

BNC Multifrequency and PPPAR Client (initial version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/newmat/newmatio.h

    r9434 r10791  
    1515
    1616#include "newmat.h"
     17#include <iostream>
    1718
    18 #ifdef USE_STD_NAMESPACE
    19 using namespace std;
     19#ifdef use_namespace
     20namespace NEWMAT {
    2021#endif
     22
     23
    2124
    2225// **************************** input/output *****************************/
    2326
    24 ostream& operator<<(ostream&, const BaseMatrix&);
     27std::ostream& operator<<(std::ostream&, const BaseMatrix&);
    2528
    26 ostream& operator<<(ostream&, const GeneralMatrix&);
     29std::ostream& operator<<(std::ostream&, const GeneralMatrix&);
    2730
    2831
Note: See TracChangeset for help on using the changeset viewer.