Skip to content

Commit 77d9fb2

Browse files
committed
name: name.pals.yaml
1 parent afc8da2 commit 77d9fb2

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ build/
4242
# debug information files
4343
*.dwo
4444

45-
lattice_files/expand.yaml
45+
lattice_files/expand.pals.yaml

examples/yaml_reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include "../src/yaml_c_wrapper.h"
22
#include <iostream>
33

4-
// See ex.yaml for the example lattice file and expand.yaml for the output of this file.
4+
// See ex.pals.yaml for the example lattice file and expand.pals.yaml for the output of this file.
55

66
int main() {
77
// reading a lattice from a yaml file

lattice_files/ex.pals.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
direction: -1
1616
- a_subline: # Item a_subline is repeated three times
1717
repeat: 3
18-
- include: "include.yaml"
18+
- include: "include.pals.yaml"

0 commit comments

Comments
 (0)