Skip to content

Commit c4aaa3e

Browse files
committed
submodule
1 parent 956aea4 commit c4aaa3e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "muda"]
2+
path = muda
3+
url = https://github.com/MuGdxy/muda.git

simulators/1_mass_spring/src/simulator.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void MassSpringSimulator<T, dim>::Impl::step_forward()
110110
T E_last = IP_val();
111111
DeviceBuffer<T> p = search_direction();
112112
T residual = max_vector(p) / h;
113-
std::cout << "Initial residual " << residual << "\n";
113+
// std::cout << "Initial residual " << residual << "\n";
114114
while (residual > tol)
115115
{
116116
// Line search

0 commit comments

Comments
 (0)