Changeset 3730 in Sophya


Ignore:
Timestamp:
Jan 6, 2010, 4:45:42 PM (16 years ago)
Author:
cmv
Message:

strcmp a besoin de <string.h>, cmv 06/01/2020

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/parlex.cc

    r3728 r3730  
    11#include <stdlib.h>
     2#include <string.h>
    23#include <unistd.h>
    34#include <iostream>
  • trunk/SophyaProg/Tests/tparlex.cc

    r3721 r3730  
    11#include <stdlib.h>
    22#include <stdio.h>
     3#include <string.h>
    34#include <time.h>
    45#include <unistd.h>
     
    169170public:
    170171  TParTaskB(Matrix& a, Matrix& b, Matrix& c, int nth)
    171     : mxa(a), mxb(b), mxc(c), nbex(0), nthread(nth)
     172    : mxa(a), mxb(b), mxc(c), nthread(nth), nbex(0)
    172173  {
    173174  }
Note: See TracChangeset for help on using the changeset viewer.