Skip to content

Commit b6c091a

Browse files
The9CatCopilot
andauthored
Update expui/BiorthBasis.cc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f24d04c commit b6c091a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

expui/BiorthBasis.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ namespace BasisClasses
161161
else {
162162
std::string msg("I don't know about the basis named: ");
163163
msg += name;
164-
msg += ". Known types are currently 'sphereSL', 'cylinder', 'flatdisk', 'CBDisk', 'slabSL', 'cube', 'field', and 'velocity'";
164+
msg += ". Known types are currently 'sphereSL', 'bessel', 'cylinder', 'flatdisk', 'CBDisk', 'slabSL', and 'cube'";
165165
throw std::runtime_error(msg);
166166
}
167167
}

0 commit comments

Comments
 (0)