Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
fix bug for linux.
  • Loading branch information
Bo-Zhang1995 committed Sep 4, 2023
1 parent defc8e8 commit 02ac0f9
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ namespace SPH
};
}

#endif DIFFUSION_OPTIMIZATION_COMMON_H
#endif //DIFFUSION_OPTIMIZATION_COMMON_H
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ namespace SPH
}
//=================================================================================================//
}
#endif DIFFUSION_OPTIMIZATION_COMMON_HPP
#endif //DIFFUSION_OPTIMIZATION_COMMON_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,4 @@ namespace SPH
virtual void interaction(size_t index_i, Real dt = 0.0) override;
};
}

#endif DIFFUSION_SPLITTING_BASE_H
#endif //DIFFUSION_SPLITTING_BASE_H
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ namespace SPH
//=================================================================================================//
};

#endif DIFFUSION_SPLITTING_BASE_H
#endif //DIFFUSION_SPLITTING_BASE_H
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ namespace SPH
};
}

#endif DIFFUSION_SPLITTING_PARAMETER_H
#endif //DIFFUSION_SPLITTING_PARAMETER_H

Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ namespace SPH
}
//=================================================================================================//
}
#endif DIFFUSION_SPLITTING_PARAMETER_HPP
#endif //DIFFUSION_SPLITTING_PARAMETER_HPP
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ namespace SPH
};
}

#endif DIFFUSION_SPLITTING_STATE_H
#endif //DIFFUSION_SPLITTING_STATE_H
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ namespace SPH
//=================================================================================================//
}

#endif DIFFUSION_SPLITTING_STATE_HPP
#endif //DIFFUSION_SPLITTING_STATE_HPP

0 comments on commit 02ac0f9

Please sign in to comment.