Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)src3.2.6.old/MED_SRC_3.2.6/src/INTERPOLATION/UseCasedTree.cxx (-1 / +1 lines)
Lines 20-26 Link Here
20
#include "stdio.h"
20
#include "stdio.h"
21
#include "stdlib.h"
21
#include "stdlib.h"
22
22
23
#include <iostream.h>
23
#include <iostream>
24
24
25
#include "MEDMEM_InterpolationHighLevelObjects.hxx"
25
#include "MEDMEM_InterpolationHighLevelObjects.hxx"
26
26
(-)src3.2.6.old/MED_SRC_3.2.6/src/INTERPOLATION/UseCaseMapping.cxx (-1 / +1 lines)
Lines 20-26 Link Here
20
#include "stdio.h"
20
#include "stdio.h"
21
#include "stdlib.h"
21
#include "stdlib.h"
22
22
23
#include <iostream.h>
23
#include <iostream>
24
24
25
#include "MEDMEM_InterpolationHighLevelObjects.hxx"
25
#include "MEDMEM_InterpolationHighLevelObjects.hxx"
26
26
(-)src3.2.6.old/MED_SRC_3.2.6/src/INTERPOLATION/UseCaseWrapper_Maillage.cxx (-1 / +1 lines)
Lines 20-26 Link Here
20
#include "stdio.h"
20
#include "stdio.h"
21
#include "stdlib.h"
21
#include "stdlib.h"
22
22
23
#include <iostream.h>
23
#include <iostream>
24
24
25
#include "MEDMEM_InterpolationHighLevelObjects.hxx"
25
#include "MEDMEM_InterpolationHighLevelObjects.hxx"
26
26
(-)src3.2.6.old/MED_SRC_3.2.6/src/MEDMEM/MEDMEM_AsciiFieldDriver.hxx (-1 / +1 lines)
Lines 34-40 Link Here
34
#include <iomanip>
34
#include <iomanip>
35
#include <stdlib.h>
35
#include <stdlib.h>
36
#include <string.h>
36
#include <string.h>
37
#include <fstream.h>
37
#include <fstream>
38
38
39
#define PRECISION_IN_ASCII_FILE 10
39
#define PRECISION_IN_ASCII_FILE 10
40
#define PRECISION_IN_COMPARE 1e-10
40
#define PRECISION_IN_COMPARE 1e-10
(-)src3.2.6.old/MED_SRC_3.2.6/src/MEDMEM/test_grid.cxx (+1 lines)
Lines 18-23 Link Here
18
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19
//
19
//
20
#include "MEDMEM_Grid.hxx"
20
#include "MEDMEM_Grid.hxx"
21
#include <memory>
21
22
22
using namespace MEDMEM;
23
using namespace MEDMEM;
23
using namespace MED_EN;
24
using namespace MED_EN;

Return to bug 155974