Small bug corrections

This commit is contained in:
Alberto Ramos 2021-10-27 15:24:35 +02:00
parent 563eb55e48
commit 0b8869dc89
4 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ export vector_field, scalar_field, nscalar_field, scalar_field_point
include("MD/MD.jl")
using .MD
export IntrScheme
export omf4, leapfrog
export omf4, leapfrog, omf2
include("YM/YM.jl")