Geant4-11
Functions
check_cxx_filesystem.cc File Reference
#include <iostream>

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 12 of file check_cxx_filesystem.cc.

12 {
13 fs::path p{ argv[0] };
14 std::cout << p << ", " << fs::canonical( p ) << std::endl;
15}

Referenced by G4eBremParametrizedModel::ComputeDXSectionPerAtom().