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


Ignore:
Timestamp:
May 19, 2021, 1:32:38 PM (3 years ago)
Author:
stuerze
Message:

newmat is reverted to its stable version 10 because version 11beta was not working with mac compilers

File:
1 edited

Legend:

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

    r8901 r9434  
    4444   MatrixRow mr((GeneralMatrix*)&X, LoadOnEntry);
    4545   int w = s.width();  int nr = X.Nrows();  ios_format_flags f = s.flags();
    46    if (f & ios::scientific) s.setf(ios::scientific, ios::floatfield);
    47    else s.setf(ios::fixed, ios::floatfield);
     46   s.setf(ios::fixed, ios::floatfield);
    4847   for (int i=1; i<=nr; i++)
    4948   {
Note: See TracChangeset for help on using the changeset viewer.