https://gitlab.opengeosys.org/ogs/ogs.git
Revision a1a0c94bc38a79875a99ce2b939bf8ec2024cc65 authored by Tom Fischer on 21 June 2023, 09:30:09 UTC, committed by Tom Fischer on 21 June 2023, 09:30:09 UTC
Move AsciiRasterInterface from Application/FileIO to GeoLib/IO

See merge request ogs/ogs!4649
2 parent s ec01622 + b51e6c7
Raw File
Tip revision: a1a0c94bc38a79875a99ce2b939bf8ec2024cc65 authored by Tom Fischer on 21 June 2023, 09:30:09 UTC
Merge branch 'MoveRasterReaderToGeoLib' into 'master'
Tip revision: a1a0c94
filesystem.h.in
// Provides namespace fs for std::filesystem
#include <@CXX_FILESYSTEM_HEADER@>
namespace fs = @CXX_FILESYSTEM_NAMESPACE@;
back to top