Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jan 29, 2024
1 parent 8788aea commit 11ccac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/madness/mra/mra.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ namespace madness {

/// Default constructor makes uninitialized function. No communication.

/// An unitialized function can only be assigned to. Any other operation will throw.
/// An uninitialized function can only be assigned to. Any other operation will throw.
Function() : impl() {}


Expand Down
2 changes: 1 addition & 1 deletion src/madness/mra/mraimpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ namespace madness {
return (tree_state==compressed);
}

/// Returns true if the function is compressed.
/// Returns true if the function is reconstructed.
template <typename T, std::size_t NDIM>
bool FunctionImpl<T,NDIM>::is_reconstructed() const {
return (tree_state==reconstructed);
Expand Down

0 comments on commit 11ccac8

Please sign in to comment.