Skip to content
Snippets Groups Projects
Commit d23f7645 authored by Marko Petric's avatar Marko Petric Committed by Andre Sailer
Browse files

flake8 etc

parent c7be5d63
No related branches found
No related tags found
No related merge requests found
#!/usr/env python
"""
This file will automaticcaly create the cpp files for the parsers for pod and std::containers of pods, and some other maps
This file will automaticcaly create the cpp files for the parsers
for pod and std::containers of pods, and some other maps
This reduces the maximum required memory and allows faster compilation due to higher parallelisation of the build process
This reduces the maximum required memory and allows faster compilation due to
higher parallelisation of the build process
This needs only to be run if additional parsers are neccessary.
In this case copy the file to DDCore/src/parsers and run the program.
......@@ -16,7 +18,7 @@ from io import open
LICENSE = """// $Id$
//==========================================================================
// AIDA Detector description implementation
// AIDA Detector description implementation
//--------------------------------------------------------------------------
// Copyright (C) Organisation europeenne pour la Recherche nucleaire (CERN)
// All rights reserved.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment