Skip to content

Commit 3895196

Browse files
authored
Fix spacing (#40)
1 parent 63f3b9f commit 3895196

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

include/dftd_ncoord.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern int calc_distances(
4949
* @param realIdx Vector to store the real indices.
5050
* @return void
5151
*/
52-
void initializeRealIdx(int nat, TVector<int> &realIdx);
52+
extern void initializeRealIdx(int nat, TVector<int> &realIdx);
5353

5454
///////////////////////////////////////////////////////////////////////////////
5555
///////////////////////////////////////////////////////////////////////////////

scripts/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Scripts
22

3-
Scripts for creating the ORCA source files. This mainly concatenates the corresponding files and adds headers and footers. Execute within the `scripts` directory.
4-
This is only useful for ORCA developers.
3+
**Important!** This is only useful for ORCA developers.
4+
5+
Scripts for creating the ORCA source files.
6+
This mainly concatenates the corresponding files and adds headers and footers.
7+
Execute within the `scripts` directory.

0 commit comments

Comments
 (0)