Skip to content

Commit 8f38af5

Browse files
author
hamstahguru
committed
missing from last commit, const added
1 parent 190b48c commit 8f38af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topmodx/include/dlflaux/DLFLCrust.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace DLFL {
5252
which means thickness at vertices will be adjusted to account
5353
for normal averaging.
5454
*/
55-
void createCrust(DLFLObjectPtr obj, double thickness, bool uniform = true);
55+
void createCrust(const DLFLObjectPtr obj, double thickness, bool uniform = true);
5656

5757
/*
5858
Create a crust for this object.

0 commit comments

Comments
 (0)