This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #941 from slacgismo/develop
Release beauharnois-24
- Loading branch information
Showing
12 changed files
with
115 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[[/Global/Filename]] -- Current loader filename | ||
|
||
# Synopsis | ||
|
||
~~~ | ||
#print ${filename} | ||
~~~ | ||
|
||
# Description | ||
|
||
The `filename` global expands to the filename of the current file being processed by the loader. | ||
|
||
# See Also | ||
|
||
* [[/Global/Modelname]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
class test | ||
{ | ||
double x; | ||
} | ||
|
||
object test | ||
{ | ||
name test1; | ||
parent test2; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
object test | ||
{ | ||
name test2; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#set suppress_repeat_messages=FALSE | ||
|
||
#print filename = ${filename} | ||
|
||
#print FILENAME = ${FILENAME $filename} | ||
#print FILEPATH = ${FILEPATH $filename} | ||
#print FILETYPE = ${FILETYPE $filename} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#ifexist ../deferred1.glm | ||
#define DIR=.. | ||
#endif | ||
|
||
#gridlabd ${DIR:-.}/deferred1.glm ${DIR:-.}/deferred2.glm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#set suppress_repeat_messages=FALSE | ||
|
||
#print filename = ${filename} | ||
|
||
#print FILENAME = ${FILENAME $filename} | ||
#print FILEPATH = ${FILEPATH $filename} | ||
#print FILETYPE = ${FILETYPE $filename} | ||
|
||
#ifexist ../loader_variables_include.glm | ||
#include "../loader_variables_include.glm" | ||
#else | ||
#include "./loader_variables_include.glm" | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters