X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Example%2FTestCopyDicom.cxx;h=bfc92b8a0279605f9e68a4332c56080e1f66e70b;hb=64ef25e1cadb4b840a4cedfe0adaddecb2d7ca42;hp=f0f7c23388d3618ccecbdc3f9ba77658297a5df5;hpb=fc239ceba8ddb5fa780db670635559cab5d0d7bb;p=gdcm.git diff --git a/Example/TestCopyDicom.cxx b/Example/TestCopyDicom.cxx index f0f7c233..bfc92b8a 100644 --- a/Example/TestCopyDicom.cxx +++ b/Example/TestCopyDicom.cxx @@ -47,6 +47,8 @@ int main(int argc, char* argv[]) return 1; } +// don't modify identation in order to let this source xdiffable with ../Test + std::string filename = argv[1]; std::string output = argv[2];