Skip to content

Commit

Permalink
revert manual changes to API.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Joroks committed Jun 27, 2024
1 parent 390df28 commit 9217085
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ import MPI: MPI_Comm
LAMMPS_STRING = 6
end

@cenum _LMP_STYLE_CONST::Int32 begin
@cenum _LMP_STYLE_CONST::UInt32 begin
LMP_STYLE_GLOBAL = 0
LMP_STYLE_ATOM = 1
LMP_STYLE_LOCAL = 2
end

@cenum _LMP_TYPE_CONST::Int32 begin
@cenum _LMP_TYPE_CONST::UInt32 begin
LMP_TYPE_SCALAR = 0
LMP_TYPE_VECTOR = 1
LMP_TYPE_ARRAY = 2
Expand All @@ -32,7 +32,7 @@ end
LMP_SIZE_COLS = 5
end

@cenum _LMP_ERROR_CONST::Int32 begin
@cenum _LMP_ERROR_CONST::UInt32 begin
LMP_ERROR_WARNING = 0
LMP_ERROR_ONE = 1
LMP_ERROR_ALL = 2
Expand Down

0 comments on commit 9217085

Please sign in to comment.