Skip to content

Commit

Permalink
fix illegal interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Apr 19, 2023
1 parent 247dc12 commit 2e23df0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AssemblyModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ the first call to the method `assemble!`.
If the `buffer_pointer` field of the assembler is 0, which is the case after
that assembler was created, the buffers are resized appropriately given the
dimensions on input. Otherwise, the buffers are left completely untouched. The
`buffer_pointer` is set to the beginning$ of the buffer, namely 1.
`buffer_pointer` is set to the beginning of the buffer, namely 1.
# Returns
- `self`: the modified assembler.
Expand Down Expand Up @@ -353,7 +353,8 @@ the first call to the method `assemble!`.
If the `buffer_pointer` field of the assembler is 0, which is the case after
that assembler was created, the buffers are resized appropriately given the
dimensions on input. Otherwise, the buffers are left completely untouched.
dimensions on input. Otherwise, the buffers are left completely untouched. The
`buffer_pointer` is set to the beginning of the buffer, namely 1.
# Returns
- `self`: the modified assembler.
Expand Down

2 comments on commit 2e23df0

@PetrKryslUCSD
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/81902

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v6.0.15 -m "<description of version>" 2e23df0fd7501ea8ac47aa65917029933ae78ad6
git push origin v6.0.15

Please sign in to comment.