Skip to content

Commit

Permalink
removed unnecessary comment at the beginning of each file
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Hernandez Acosta committed Sep 27, 2023
1 parent 508675f commit b734cfb
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions src/interfaces/model_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#
# In this file, we define the interface of working with compute models in
# general.
#
# This file is part of `QEDprocesses.jl` which is by itself part of the `QED.jl`
# ecosystem.
#
###############
# root type for models
"""
Expand Down
4 changes: 0 additions & 4 deletions src/interfaces/particle_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#
# In this file, we define the interface for working with particles in a general
# sense.
#
# This file is part of `QEDprocesses.jl` which is by itself part of the `QED.jl`
# ecosystem.
#
###############


Expand Down
4 changes: 0 additions & 4 deletions src/interfaces/process_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#
# In this file, we define the interface for working with scattering processes in
# general.
#
# This file is part of `QEDprocesses.jl` which is by itself part of the `QED.jl`
# ecosystem.
#
###############

"""
Expand Down
4 changes: 0 additions & 4 deletions src/interfaces/setup_interface.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# The process setup
#
# In this file, we define the interface for general computation and process setups.
#
# This file is part of `QEDprocesses.jl` which is by itself part of the `QED.jl`
# ecosystem.
#
###############

"""
Expand Down
3 changes: 0 additions & 3 deletions src/particle_types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
#
# In this file, we define the types of particles used in `QEDprocesses.jl` and
# implement the abstact particle interface accordingly.
#
# This file is part of `QEDprocesses.jl` which is by itself part of the `QED.jl`
# ecosystem.
###############

"""
Expand Down
3 changes: 0 additions & 3 deletions src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# utility functions
#
# This file contains small helper and utility functions used throughout the package.
#
# This file is part of `QEDprocesses.jl` which is by itself part of the `QED.jl`
# ecosystem.
###############


Expand Down

0 comments on commit b734cfb

Please sign in to comment.