Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
BasedOnStyle: Google
BinPackParameters: false
...
35 changes: 0 additions & 35 deletions .github/workflows/lint_python.yml

This file was deleted.

1 change: 1 addition & 0 deletions source/ipi/include/XyzFileManager.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef __XyzFileManager_h_wanghan__
#define __XyzFileManager_h_wanghan__

#include <string>
#include <vector>
// using namespace std;

Expand Down
1 change: 1 addition & 0 deletions source/lib/include/pair_tab.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#include <vector>

namespace deepmd{

Expand Down
2 changes: 2 additions & 0 deletions source/lib/include/switcher.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <cmath>

namespace deepmd{

inline double
Expand Down