Skip to content

Commit 8bab5ab

Browse files
authored
replace '$' (which is not usable at the start of line) by 'C ' for functionnal comment
1 parent ac33d52 commit 8bab5ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It supports the following syntax and features:
1010
* parameter syntax:
1111
* variable syntax: `%(...)`
1212
* formula syntax: `@{...}`
13-
* comment char: `$`
13+
* comment char: `C ` (note that it holds two chars)
1414
* example input file:
1515
```
1616
Godiva-type critical reactor and kcode example

src/main/io/MCNP.ioplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variableLimit=(...)
33
formulaStartSymbol=@
44
formulaLimit={...}
55

6-
commentLineChar=$
6+
commentLineChar=C
77

88
datasetFilter=contains("(.*)","KCODE") || contains("(.*)","kcode")
99

0 commit comments

Comments
 (0)