Skip to content

Commit 1060d4a

Browse files
committed
update esolver_lj
1 parent c4b4b19 commit 1060d4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_md/test/setcell.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void print_force(std::ofstream& ofs_running,
2929
bool ry = true)
3030
{
3131
}
32-
void print_stress(const std::string& name, const ModuleBase::matrix& scs, const bool screen, const bool ry)
32+
void print_stress(const std::string& name, const ModuleBase::matrix& scs, const bool screen, const bool ry, std::ofstream &ofs)
3333
{
3434
}
3535
} // namespace ModuleIO
@@ -154,4 +154,4 @@ class Setcell
154154
};
155155
};
156156

157-
#endif
157+
#endif

0 commit comments

Comments
 (0)