Changeset 10791 in ntrip for trunk/BNC/newmat/newmat9.cpp


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

BNC Multifrequency and PPPAR Client (initial version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/newmat/newmat9.cpp

    r9434 r10791  
    1515#include "newmatio.h"
    1616#include "newmatrc.h"
     17
     18#ifdef USE_STD_NAMESPACE
     19using namespace std;
     20#endif
    1721
    1822#ifdef use_namespace
     
    4448   MatrixRow mr((GeneralMatrix*)&X, LoadOnEntry);
    4549   int w = s.width();  int nr = X.Nrows();  ios_format_flags f = s.flags();
    46    s.setf(ios::fixed, ios::floatfield);
     50   /////s.setf(ios::fixed, ios::floatfield);
    4751   for (int i=1; i<=nr; i++)
    4852   {
Note: See TracChangeset for help on using the changeset viewer.