Skip to content

Commit 36660da

Browse files
Update gsPreCICEUtils.h
Co-authored-by: Copilot <[email protected]>
1 parent def8b79 commit 36660da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsPreCICEUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ gsTensorBSpline<3, T> surfaceToVolume(const gsTensorBSpline<2, T> & surface, con
502502
template <class T>
503503
gsTensorBSpline<3, T> toVolume(const gsTensorBSpline<2, T> & surface, const T & thickness = 1.0)
504504
{
505-
return toVolume(surface,gsConstantFunction<T>(thickness, surface.basis().domainDim()));
505+
return surfaceToVolume(surface, gsConstantFunction<T>(thickness, surface.basis().domainDim()));
506506
}
507507

508508
} //namespace gismo

0 commit comments

Comments
 (0)