Skip to content

Commit

Permalink
updated the name of the falcaun package
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed May 30, 2024
1 parent 53360d0 commit fca0739
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion AT/AT1.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./AutoTrans.kt") // Import the constants for AutoTrans

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion AT/AT2.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./AutoTrans.kt") // Import the constants for AutoTrans

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion AT/AT6a.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./AutoTrans.kt") // Import the constants for AutoTrans

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion AT/AT6abc.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./AutoTrans.kt") // Import the constants for AutoTrans

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion AT/AT6b.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./AutoTrans.kt") // Import the constants for AutoTrans

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion AT/AT6c.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./AutoTrans.kt") // Import the constants for AutoTrans

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion AT/AutoTrans.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@file:Import("../Common.kt") // Import the common configuration

import net.maswag.InputMapperReader
import net.maswag.falcaun.*

// Define the configuration of the automatic transmission model
val initScript = """
Expand Down
2 changes: 1 addition & 1 deletion CC/CC1.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./Cars.kt") // Import the constants for Chasing Cars

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion CC/CC2.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./Cars.kt") // Import the constants for Chasing Cars

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion CC/CC3.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./Cars.kt") // Import the constants for Chasing Cars

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion CC/CC4.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./Cars.kt") // Import the constants for Chasing Cars

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion CC/CCx.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@file:Import("./Cars.kt") // Import the constants for Chasing Cars

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion CC/Cars.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@file:Import("../Common.kt") // Import the common configuration

import net.maswag.InputMapperReader
import net.maswag.falcaun.*

// Define the configuration of the chasing cars model
val initScript = "mdl = 'cars'; load_system(mdl);"
Expand Down
2 changes: 1 addition & 1 deletion Common.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
********/

// The scripts depends on FalCAuN-core and FalCAuN-matlab
@file:DependsOn("net.maswag:FalCAuN-core:1.0-SNAPSHOT", "net.maswag:FalCAuN-matlab:1.0-SNAPSHOT")
@file:DependsOn("net.maswag.falcaun:FalCAuN-core:1.0-SNAPSHOT", "net.maswag.falcaun:FalCAuN-matlab:1.0-SNAPSHOT")
// We use kotlin-logging for logging
@file:DependsOn("io.github.oshai:kotlin-logging-jvm:5.1.0")
// We assume that the MATLAB_HOME environment variable is set
Expand Down
4 changes: 2 additions & 2 deletions SC/SCa.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

@file:Import("../Common.kt") // Import the common configuration

import net.maswag.*
import net.maswag.InputMapperReader
import net.maswag.falcaun.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader
import kotlin.streams.toList
Expand Down
2 changes: 1 addition & 1 deletion pacemaker/pacemaker.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@file:Import("../Common.kt") // Import the common configuration

import net.maswag.*
import net.maswag.falcaun.*
import java.io.BufferedReader
import java.io.StringReader

Expand Down

0 comments on commit fca0739

Please sign in to comment.