Changeset 3730 in Sophya for trunk/SophyaProg/Tests/tparlex.cc


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.