File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
applications/HDF5Application/custom_io Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ if(POLICY CMP0135)
3939endif (POLICY CMP0135 )
4040
4141# Set here the version number **** only update upon tagging a release!
42- set (KratosMultiphysics_MAJOR_VERSION 9 )
43- set (KratosMultiphysics_MINOR_VERSION 6 )
42+ set (KratosMultiphysics_MAJOR_VERSION 10 )
43+ set (KratosMultiphysics_MINOR_VERSION 0 )
4444set (KratosMultiphysics_PATCH_VERSION 0)
4545
4646# If KRATOS_SOURCE_DIR is not defined use the CMAKE_SOURCE_DIR
Original file line number Diff line number Diff line change @@ -460,11 +460,7 @@ namespace Internals
460460 * Valid paths are similar to linux file system with alphanumeric names
461461 * and possible underscores separated by '/'. All paths are absolute.
462462 */
463- <<<<<<< HEAD
464463KRATOS_API (HDF5_APPLICATION) bool IsPath (const std::string& rPath);
465- =======
466- bool KRATOS_API (HDF5_APPLICATION) IsPath(const std::string& rPath);
467- >>>>>>> master
468464
469465// / Return vector of non-empty substrings separated by a delimiter.
470466std::vector<std::string> Split (const std::string& rPath, char Delimiter);
You can’t perform that action at this time.
0 commit comments