replacing long int and unsigned long int

- long int -> int64_t
  - unsigned long int -> uint64_t

All EclIO classes and associated tests has been updated.
This commit is contained in:
Torbjørn Skille
2020-03-23 14:27:39 +01:00
parent 6cf4b7efc7
commit 9d24f0dc34
8 changed files with 58 additions and 58 deletions

View File

@@ -123,7 +123,7 @@ BOOST_AUTO_TEST_CASE(TestERst_1) {
// try to get a list of vectors from non-existing report step, should throw exception
std::vector<std::tuple<std::string, eclArrType, long int>> rstArrays; // = rst1.listOfRstArrays(4);
std::vector<std::tuple<std::string, eclArrType, int64_t>> rstArrays; // = rst1.listOfRstArrays(4);
BOOST_CHECK_THROW(rstArrays = rst1.listOfRstArrays(4), std::invalid_argument);
// non exising report step number, should throw exception